From 813e9e8ffad98b274a8aa1c31fcce76b44ad192e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 5 Jan 1999 05:09:40 +0000 Subject: error -> report, third stage. svn path=/trunk/; revision=2330 --- report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report.c') diff --git a/report.c b/report.c index b986ff28..daa7e5ce 100644 --- a/report.c +++ b/report.c @@ -216,7 +216,7 @@ report (FILE *errfp, errnum, message, va_alist) fprintf (errfp, message, a1, a2, a3, a4, a5, a6, a7, a8); #endif - if (errnum && errnum != -1) { + if (errnum) { char *tmps = strerror(errnum); if (tmps) { fprintf (errfp, ": %s", tmps); -- cgit v1.2.3