X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_addr.c;h=2e4bff61ea835bee5cbd0133e17ef6c9bed37cd8;hb=102679e27468bf6f8e1da24ccb9b0d93c489ec7e;hp=782eb0a91b2ef9dbb45016b5340e5813ab93d1a9;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/fmt_addr.c b/sbr/fmt_addr.c index 782eb0a..2e4bff6 100644 --- a/sbr/fmt_addr.c +++ b/sbr/fmt_addr.c @@ -3,6 +3,10 @@ * fmt_addr.c -- format an address field (from fmt_scan) * * $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 @@ -82,7 +86,7 @@ formataddr (char *orig, char *str) } /* concatenate all the new addresses onto 'buf' */ - for (isgroup = 0; cp = getname (str); ) { + for (isgroup = 0; (cp = getname (str)); ) { if ((mp = getm (cp, NULL, 0, fmt_norm, NULL)) == NULL) continue;