X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0298e050ec1f14cd590771612ad5a88d0bc9e9de..1fb64eee0fa3a7d6cfe5242f262779df4afe169b:/uip/slocal.c diff --git a/uip/slocal.c b/uip/slocal.c index a282eaf0..41eda311 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -1367,7 +1367,7 @@ adorn (char *what, char *fmt, ...) if (*what) printf(" %s: ", what); if ((s = strerror (eindex))) - printf("%s", s); + fputs(s, stdout); else printf("Error %d", eindex); }