mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix case where stream should be left open
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user