]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
Escape literal leading full stop in man/new.man.
[nmh] / uip / mhmisc.c
index fddf284dd02914efbbd8f80f47a2ae74e14bc8b8..0f466c42273904795a54eae0b05181dae18a7817 100644 (file)
@@ -260,7 +260,7 @@ flush_errors (void)
 {
     if (errs) {
        fflush (stdout);
-       fprintf (stderr, "%s", errs);
+       fputs(errs, stderr);
        free (errs);
        errs = NULL;
     }