diff options
Diffstat (limited to 'scan.c')
-rw-r--r-- | scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scan.c b/scan.c index 3ce2a8c..7fa58d0 100644 --- a/scan.c +++ b/scan.c @@ -113,7 +113,7 @@ oneline(char *file) } blaze822_decode_rfc2047(subjdec, subj, sizeof subjdec - 1, "UTF-8"); - printf("%c%c %-3d %-10s ", flag1, flag2, lineno, date); + printf("%c%c %-3ld %-10s ", flag1, flag2, lineno, date); u8putstr(stdout, fromdec, 17, 1); printf(" "); int z; |