]> diplodocus.org Git - nmh/blobdiff - uip/mhstoresbr.c
Replace strlen(foo) > 0 with *foo.
[nmh] / uip / mhstoresbr.c
index 8360eecdbb8ea03a9208b9566fc7b955d6076280..cab9cee76f933ac197cab7af1cce01bdc52a72b0 100644 (file)
@@ -650,7 +650,7 @@ got_filename:
             if (first_partial)
                 fprintf (stderr, "reassembling partials ");
             if (last_partial)
-                fprintf (stderr, "%s", ct->c_file);
+                fputs(ct->c_file, stderr);
             else
                 fprintf (stderr, "%s,", ct->c_file);
         } else {