aboutsummaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index ca988ad3..32f152ab 100644
--- a/msg.c
+++ b/msg.c
@@ -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