diff options
Diffstat (limited to 'contrib/minizip/zip.c')
-rw-r--r-- | contrib/minizip/zip.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/minizip/zip.c b/contrib/minizip/zip.c index 193c539..1a713e5 100644 --- a/contrib/minizip/zip.c +++ b/contrib/minizip/zip.c | |||
@@ -1,5 +1,7 @@ | |||
1 | /* zip.c -- IO on .zip files using zlib | 1 | /* zip.c -- IO on .zip files using zlib |
2 | Version 0.22, May 19th, 2003 | 2 | Version 1.00, September 10th, 2003 |
3 | |||
4 | Copyright (C) 1998-2003 Gilles Vollant | ||
3 | 5 | ||
4 | Read zip.h for more info | 6 | Read zip.h for more info |
5 | */ | 7 | */ |
@@ -75,7 +77,7 @@ | |||
75 | #endif | 77 | #endif |
76 | #endif | 78 | #endif |
77 | const char zip_copyright[] = | 79 | const char zip_copyright[] = |
78 | " zip 0.22 Copyright 1998-2003 Gilles Vollant - http://www.winimage.com/zLibDll"; | 80 | " zip 1.00 Copyright 1998-2003 Gilles Vollant - http://www.winimage.com/zLibDll"; |
79 | 81 | ||
80 | 82 | ||
81 | #define SIZEDATA_INDATABLOCK (4096-(4*4)) | 83 | #define SIZEDATA_INDATABLOCK (4096-(4*4)) |