Created
June 6, 2022 14:53
-
-
Save v-atamanenko/1e39362f50c28f69a6d86c1307c4ec15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- contrib/zip/src/zip.c 2022-06-06 18:49:13.000000000 +0400 | |
+++ contrib/zip/src/zip.c_new 2022-06-06 18:48:57.000000000 +0400 | |
@@ -352,7 +352,7 @@ | |
(0x20 << 24)) { // and has sym link attribute (0x80 is file, 0x40 | |
// is directory) | |
#if defined(_WIN32) || defined(__WIN32__) || defined(_MSC_VER) || \ | |
- defined(__MINGW32__) | |
+ defined(__MINGW32__) || defined(__vita__) | |
#else | |
if (info.m_uncomp_size > MAX_PATH || | |
!mz_zip_reader_extract_to_mem_no_alloc(zip_archive, i, symlink_to, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment