mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix hashing in parallel
This commit is contained in:
@@ -204,7 +204,7 @@ namespace SabreTools.Library.FileTypes
|
||||
{
|
||||
using (Stream entryStream = entry.OpenEntryStream())
|
||||
{
|
||||
tarEntryRom = entryStream.GetInfo(size: entry.Size);
|
||||
tarEntryRom = entryStream.GetInfo(size: entry.Size, hashes: this.AvailableHashes);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user