X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/648dd5a3eb3c84fdef63b0b1123303741c17ddee..eda0cc87eedfbbe5a15a91a59489e31f69e30998:/uip/mhstoresbr.c?ds=inline diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 8360eecd..cab9cee7 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -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 {