summaryrefslogtreecommitdiff
path: root/zlib/contrib/minizip/unzip.h
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-03-31 09:18:51 +0100
committerChris Liddell <chris.liddell@artifex.com>2022-03-31 14:13:49 +0100
commitfa56e7d614b1af616deb6bbc8064f3b0ccf4254f (patch)
treedc85b8a72779439170f37e3eb7c97943ba0e6b5e /zlib/contrib/minizip/unzip.h
parent00f6bd069221701d054abc67909e80ff61561d75 (diff)
downloadghostpdl-fa56e7d614b1af616deb6bbc8064f3b0ccf4254f.tar.gz
Update zlib to 1.2.12gs9.56.0_zlib_1.2.12
Diffstat (limited to 'zlib/contrib/minizip/unzip.h')
-rw-r--r--zlib/contrib/minizip/unzip.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/zlib/contrib/minizip/unzip.h b/zlib/contrib/minizip/unzip.h
index 2104e3915..6f95e94d7 100644
--- a/zlib/contrib/minizip/unzip.h
+++ b/zlib/contrib/minizip/unzip.h
@@ -83,12 +83,12 @@ typedef voidp unzFile;
/* tm_unz contain date/time info */
typedef struct tm_unz_s
{
- uInt tm_sec; /* seconds after the minute - [0,59] */
- uInt tm_min; /* minutes after the hour - [0,59] */
- uInt tm_hour; /* hours since midnight - [0,23] */
- uInt tm_mday; /* day of the month - [1,31] */
- uInt tm_mon; /* months since January - [0,11] */
- uInt tm_year; /* years - [1980..2044] */
+ int tm_sec; /* seconds after the minute - [0,59] */
+ int tm_min; /* minutes after the hour - [0,59] */
+ int tm_hour; /* hours since midnight - [0,23] */
+ int tm_mday; /* day of the month - [1,31] */
+ int tm_mon; /* months since January - [0,11] */
+ int tm_year; /* years - [1980..2044] */
} tm_unz;
/* unz_global_info structure contain global data about the ZIPfile