X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/23f2b007ecac94848616420b27f0819ea559507e..27df20759b4af4267ece906d26d1e9dbbf5e596f:/uip/mhmisc.c diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 2d6ec569..0f466c42 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -122,8 +122,7 @@ is_inline(CT ct) if (! ct->c_dispo_type || strcasecmp(ct->c_dispo_type, "inline") == 0) return 1; - else - return 0; + return 0; } int @@ -261,7 +260,7 @@ flush_errors (void) { if (errs) { fflush (stdout); - fprintf (stderr, "%s", errs); + fputs(errs, stderr); free (errs); errs = NULL; }