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
I was tried to use contrib/minizip to unzip a zip archive which generated by contrib/minizip/minizip.c demo, but unzOpen2_64() return NULL; I found unz64local_SearchCentralDir64() return 0 and unzOpenInternal() return UNZ_BADZIPFILE when traced in unzOpen2_64() at here:
I was tried to use
contrib/minizip
to unzip a zip archive which generated bycontrib/minizip/minizip.c
demo, but unzOpen2_64() return NULL; I found unz64local_SearchCentralDir64() return 0 and unzOpenInternal() return UNZ_BADZIPFILE when traced in unzOpen2_64() at here:Can any one help? thanks.
The text was updated successfully, but these errors were encountered: