Merge branch 'master' of https://github.com/soffes/ssziparchive
# By Andreas Dangel (2) and others # Via Erickson Pacioles (1) and Sam Soffes (1) * 'master' of https://github.com/soffes/ssziparchive: Fixed warnings from Xcode Analyzer Fix warnings on 64-bit Add a unit test for zipArchiveProgressEvent. Add a progress event while unzipping. The progress is determined by the compressed file size and zip entries.
This commit is contained in:
@@ -1514,6 +1514,7 @@ extern int ZEXPORT unzOpenCurrentFile3 (unzFile file, int* method,
|
||||
pfile_in_zip_read_info->size_local_extrafield = size_local_extrafield;
|
||||
pfile_in_zip_read_info->pos_local_extrafield=0;
|
||||
pfile_in_zip_read_info->raw=raw;
|
||||
pfile_in_zip_read_info->byte_before_the_zipfile = 0;
|
||||
|
||||
if (pfile_in_zip_read_info->read_buffer==NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user