Fix case where stream should be left open

This commit is contained in:
Matt Nadareski
2025-01-06 10:17:32 -05:00
parent 7159b21afd
commit 40fcf7924a

View File

@@ -419,7 +419,7 @@ namespace SabreTools.FileTypes.Archives
{ {
zipEntryRom = FileTypeTool.GetInfo(readStream, zipEntryRom = FileTypeTool.GetInfo(readStream,
_hashTypes, _hashTypes,
keepReadOpen: false); keepReadOpen: true);
} }
// Fill in common details and add to the list // Fill in common details and add to the list