Description: Correct type of timestamp holding variable
 With introduction of 64 bit timestamps a timestamp cannot be represented as
 long on all architectures anymore. 
Author: Sven Geuer <sge@debian.org>
Bug-Debian: https://bugs.debian.org/1089549
Forwarded: no
Last-Update: 2025-02-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/ciff.c
+++ b/ciff.c
@@ -422,7 +422,7 @@
     unsigned long timezone;
     unsigned long zoneinfo;
     struct tm *ts_time;
-    long timestamp;
+    time_t timestamp;
     int chpr = 0;
 
     if(PRINT_SECTION)
