diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-04-24 20:27:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-04-24 20:27:38 +0300 |
commit | 4edf1cc1bbeb56aaabb98761c448e7533f8ebf22 (patch) | |
tree | 80b6d7bcfe16890f66a049398b95428db48afe27 /msg.c | |
parent | b5cb0d8ecb93f55d82da15dc8092c001e70fd016 (diff) | |
parent | 9dfcaf5c979776f1f2bd80f48c7e4ded57a37e07 (diff) | |
download | egawk-4edf1cc1bbeb56aaabb98761c448e7533f8ebf22.tar.gz egawk-4edf1cc1bbeb56aaabb98761c448e7533f8ebf22.tar.bz2 egawk-4edf1cc1bbeb56aaabb98761c448e7533f8ebf22.zip |
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ err(bool isfatal, const char *s, const char *emsg, va_list argp) else (void) fprintf(stderr, _("cmd. line:")); - (void) fprintf(stderr, "%d: ", sourceline + lineno_val); + (void) fprintf(stderr, "%ld: ", sourceline + lineno_val); } #ifdef HAVE_MPFR |