X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmisc.c;h=2a1672e6e85075744d05137acccafc6d5937de9e;hp=75ac158373b0e50121dd8f67d1bb9166f18cee48;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 75ac158..2a1672e 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 @@ -94,7 +98,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';