diff options
Diffstat (limited to 'report.c')
-rw-r--r-- | report.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ error (status, errnum, message, va_alist) # endif priority = status? LOG_ALERT : errnum? LOG_ERR : LOG_INFO; - if (errnum) + if (errnum > 0) { char *msg = alloca (strlen (message) + 5); |