summaryrefslogtreecommitdiff
path: root/time64.h
diff options
context:
space:
mode:
Diffstat (limited to 'time64.h')
-rw-r--r--time64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/time64.h b/time64.h
index 000f1018cb..07bb33fd84 100644
--- a/time64.h
+++ b/time64.h
@@ -8,7 +8,7 @@
/* Set our custom types */
typedef INT_64_T Int64;
typedef Int64 Time64_T;
-typedef Int64 Year;
+typedef I32 Year;
/* A copy of the tm struct but with a 64 bit year */