X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0298e050ec1f14cd590771612ad5a88d0bc9e9de..e62400a894407812a6774c1a0eddde91142a42eb:/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); }