]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
man/*.man: Use italic for emphasis, not bold or SHOUTING.
[nmh] / uip / mhparse.c
index 03d7ae357b957601357a2f27b77a4bfa22d0f8eb..c17bd78598a2b9dda9be4e6e9945df5990fc16b2 100644 (file)
@@ -245,8 +245,8 @@ parse_mime (char *file)
            return NULL;
        }
        fseek (fp, 0L, SEEK_SET);
-    } else if (lstat (file, &statbuf) == NOTOK) {
-       advise (file, "unable to lstat");
+    } else if (stat (file, &statbuf) == NOTOK) {
+       advise (file, "unable to stat");
        return NULL;
     } else if (S_ISDIR(statbuf.st_mode)) {
        /* Don't try to parse a directory. */