You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unsigned long keys[3]; /* keys defining the pseudo-random sequence */
90
+
- const unsigned long* pcrc_32_tab;
91
+
+ const z_crc_t FAR * pcrc_32_tab;
92
+
# endif
93
+
} unz_s;
94
+
95
+
--- zip.c 2025-10-05 17:12:52.334031525 -0400
96
+
+++ zip.c 2025-10-05 17:15:56.058461707 -0400
97
+
@@ -134,7 +134,7 @@
98
+
int encrypt;
99
+
#ifndef NOCRYPT
100
+
unsigned long keys[3]; /* keys defining the pseudo-random sequence */
101
+
- const unsigned long* pcrc_32_tab;
102
+
+ const z_crc_t FAR * pcrc_32_tab;
103
+
int crypt_header_size;
104
+
#endif
105
+
} curfile_info;
106
+
107
+
EOF
108
+
109
+
git apply quazip.patch || error "Unable to apply patch"
110
+
cd ../../../ || error "Could not move to directory"
111
+
# patch compilation script
41
112
sed -i 's/LIBGIT_STATIC = true/LIBGIT_STATIC = false/g' phoenix.pro
113
+
# compile the code
42
114
qmake || error "PLEASE contact us in the Discord. We have seen multiple reports of this error and are unable to reproduce on our end. qmake failed on fritzing configure"
0 commit comments