mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Address warnings in code I wrote
This commit is contained in:
@@ -399,7 +399,7 @@ namespace SabreTools.FileTypes
|
||||
|
||||
// Finalize all hashing helpers
|
||||
loadBuffer.Finish();
|
||||
Parallel.ForEach(hashers, Globals.ParallelOptions, h => h.Finalize());
|
||||
Parallel.ForEach(hashers, Globals.ParallelOptions, h => h.Terminate());
|
||||
|
||||
// Get the results
|
||||
BaseFile baseFile = new BaseFile()
|
||||
|
||||
Reference in New Issue
Block a user