/[packages]/cauldron/libzip/current/SOURCES/libzip-0.10.1-long-crc.patch
ViewVC logotype

Contents of /cauldron/libzip/current/SOURCES/libzip-0.10.1-long-crc.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 365 byte(s)
oops
1 --- libzip-0.10.1/lib/zip_source_pkware.c~ 2012-03-15 09:27:50.000000000 +0000
2 +++ libzip-0.10.1/lib/zip_source_pkware.c 2012-04-09 14:43:41.000000000 +0000
3 @@ -49,7 +49,7 @@
4 #define KEY1 591751049
5 #define KEY2 878082192
6
7 -static const uLongf *crc = NULL;
8 +static const zip_uint32_t *crc = NULL;
9
10 #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8))
11

  ViewVC Help
Powered by ViewVC 1.1.30