diff options
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,8 @@ err(const char *s, const char *emsg, va_list argp) srcfile = NULL; } #endif /* GAWKDEBUG */ - if (sourceline != 0) { + + if (sourceline > 0) { if (source != NULL) (void) fprintf(stderr, "%s:", source); else |