mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update Hashing to 1.4.2
This commit is contained in:
@@ -362,7 +362,6 @@ namespace SabreTools.FileTypes.Archives
|
||||
else
|
||||
{
|
||||
zipEntryRom = FileTypeTool.GetInfo(readStream,
|
||||
(long)localFile.UncompressedSize,
|
||||
_hashTypes,
|
||||
keepReadOpen: true);
|
||||
}
|
||||
@@ -419,7 +418,6 @@ namespace SabreTools.FileTypes.Archives
|
||||
else
|
||||
{
|
||||
zipEntryRom = FileTypeTool.GetInfo(readStream,
|
||||
localFile.Length,
|
||||
_hashTypes,
|
||||
keepReadOpen: false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user