mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-17 14:25:21 +00:00
Fix an indicator for ZIP64
This commit is contained in:
@@ -52,7 +52,7 @@ namespace SabreTools.Serialization.Deserializers
|
||||
|
||||
// Process ZIP64 if we have the minimal set of indicators
|
||||
if (eocdr.CentralDirectorySize == 0xFFFFFFFF
|
||||
&& eocdr.CentralDirectoryOffset == 0xFFFFFFFF)
|
||||
|| eocdr.CentralDirectoryOffset == 0xFFFFFFFF)
|
||||
{
|
||||
// Set the ZIP64 flag
|
||||
zip64 = true;
|
||||
|
||||
Reference in New Issue
Block a user