diff --git a/mhdr.c b/mhdr.c index 839625f..5dfd636 100644 --- a/mhdr.c +++ b/mhdr.c @@ -86,7 +86,7 @@ print_date(char *s) time_t t = blaze822_date(s); if (t == -1) return; - printf("%ld\n", t); + printf("%ld\n", (long)t); } void