diff options
Diffstat (limited to 'minzip')
-rw-r--r-- | minzip/Zip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minzip/Zip.c b/minzip/Zip.c index 9f550f8b4..d557daa7f 100644 --- a/minzip/Zip.c +++ b/minzip/Zip.c @@ -968,7 +968,7 @@ bool mzExtractRecursive(const ZipArchive *pArchive, setfscreatecon(secontext); } - int fd = open(targetFile, O_CREAT|O_WRONLY|O_TRUNC|O_SYNC, + int fd = open(targetFile, O_CREAT|O_WRONLY|O_TRUNC, UNZIP_FILEMODE); if (secontext) { |