]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_addr.c
Eliminated compilation warnings.
[mmh] / sbr / fmt_addr.c
index 782eb0a91b2ef9dbb45016b5340e5813ab93d1a9..150aa73d2bd9027abe0d091d8232344164826883 100644 (file)
@@ -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;