about summary refs log tree commit diff
path: root/mhdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'mhdr.c')
-rw-r--r--mhdr.c2
1 files changed, 1 insertions, 1 deletions
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