From 9fcd90e36cf2ae981199ea185566c71f5742a5c9 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 14 Nov 2011 02:26:00 +0000 Subject: Changes to resolve warnings. Fixes Savannah bug #34608. --- filedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filedef.h') diff --git a/filedef.h b/filedef.h index 173e753..07a68cc 100644 --- a/filedef.h +++ b/filedef.h @@ -155,7 +155,7 @@ void print_file_data_base (void); * 302 / 1000) \ + 1 + 1 + 4 + 25) -FILE_TIMESTAMP file_timestamp_cons (char const *, time_t, int); +FILE_TIMESTAMP file_timestamp_cons (char const *, time_t, long int); FILE_TIMESTAMP file_timestamp_now (int *); void file_timestamp_sprintf (char *p, FILE_TIMESTAMP ts); -- cgit v1.2.3