X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_addr.c;h=150aa73d2bd9027abe0d091d8232344164826883;hp=782eb0a91b2ef9dbb45016b5340e5813ab93d1a9;hb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;hpb=8f8d299c72fdf8105947681d459dde45eda94e9d 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;