Blob Blame History Raw
--- swipl-9.0.4/src/minizip/zip.c.orig	2023-01-27 02:16:21.000000000 -0700
+++ swipl-9.0.4/src/minizip/zip.c	2024-01-22 15:34:30.720495136 -0700
@@ -46,7 +46,7 @@
 #ifdef Z_U4
 typedef Z_U4 z_crc_t;
 #else
-typedef unsigned long z_crc_t;
+typedef unsigned int z_crc_t;
 #endif
 #endif
 #endif