X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_addr.c;h=2e4bff61ea835bee5cbd0133e17ef6c9bed37cd8;hp=782eb0a91b2ef9dbb45016b5340e5813ab93d1a9;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b 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;