X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_addr.c;h=150aa73d2bd9027abe0d091d8232344164826883;hb=b89abf4ec88b6bb884c427f5cf48005720e94e29;hp=782eb0a91b2ef9dbb45016b5340e5813ab93d1a9;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/fmt_addr.c b/sbr/fmt_addr.c index 782eb0a..150aa73 100644 --- a/sbr/fmt_addr.c +++ b/sbr/fmt_addr.c @@ -82,7 +82,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;