mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
13 lines
434 B
Diff
13 lines
434 B
Diff
diff -Naur gr-lida-0.11.0/3rdparty/osdab-zip/zip_p.h gr-lida-0.11.0-fixed/3rdparty/osdab-zip/zip_p.h
|
|
--- gr-lida-0.11.0/3rdparty/osdab-zip/zip_p.h 2013-08-18 16:37:11.000000000 +0200
|
|
+++ gr-lida-0.11.0-fixed/3rdparty/osdab-zip/zip_p.h 2016-05-22 15:43:42.022901270 +0200
|
|
@@ -66,7 +66,7 @@
|
|
|
|
public:
|
|
// uLongf from zconf.h
|
|
- typedef uLongf crc_t;
|
|
+ typedef z_crc_t crc_t;
|
|
|
|
ZipPrivate();
|
|
virtual ~ZipPrivate();
|