X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmisc.c;h=825ec87394d66a1d03ee4dfe5e6bcf98fc81b880;hp=75ac158373b0e50121dd8f67d1bb9166f18cee48;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 75ac158..825ec87 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -3,6 +3,10 @@ * mhparse.c -- misc routines to process MIME messages * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -10,7 +14,6 @@ #include #include -extern int errno; extern int debugsw; /* @@ -94,7 +97,7 @@ make_intermediates (char *file) { char *cp; - for (cp = file + 1; cp = strchr(cp, '/'); cp++) { + for (cp = file + 1; (cp = strchr(cp, '/')); cp++) { struct stat st; *cp = '\0';