=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nc/netcat.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/nc/netcat.c 2000/01/31 19:31:42 1.7 +++ src/usr.bin/nc/netcat.c 2000/07/06 06:24:50 1.8 @@ -154,7 +154,7 @@ if (h_errno > 4) /* oh no you don't, either */ fprintf(stderr, "preposterous h_errno: %d", h_errno); else - fprintf(stderr, h_errs[h_errno]); + fprintf(stderr, "%s", h_errs[h_errno]); h_errno = 0; /* and reset for next call */ } #endif