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
Related to #400, it seems that the signature of zipOpenNewFileInZip_64() is incorrect and should have been zipOpenNewFileInZip64() (without the underscore). I ran into this after investigating some compilation issues reported by a user on Fedora with minizip-ng (powertab/powertabeditor#478)
Related to #400, it seems that the signature of
zipOpenNewFileInZip_64()
is incorrect and should have beenzipOpenNewFileInZip64()
(without the underscore). I ran into this after investigating some compilation issues reported by a user on Fedora with minizip-ng (powertab/powertabeditor#478)For reference in the original minizip: https://github.com/madler/zlib/blob/develop/contrib/minizip/zip.h#L163
vs https://github.com/zlib-ng/minizip-ng/blob/develop/mz_compat.h#L177
The text was updated successfully, but these errors were encountered: