X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2417770134dfb5e942934143c41b4545400f0018..1747c3c957746039241c12a59ea3b2c06efbd069:/uip/mhfixmsg.c diff --git a/uip/mhfixmsg.c b/uip/mhfixmsg.c index cd38983c..e5a9f459 100644 --- a/uip/mhfixmsg.c +++ b/uip/mhfixmsg.c @@ -830,7 +830,7 @@ replace_boundary (CT ct, char *file, char *boundary) { continue; case BODY: - fputs ("\n", fpout); + putc('\n', fpout); /* buf will have a terminating NULL, skip it. */ if ((int) fwrite (buf, 1, bufsz-1, fpout) < bufsz-1) { advise (file, "fwrite");