Address warnings in code I wrote

This commit is contained in:
Matt Nadareski
2021-01-15 13:06:17 -08:00
parent 32d1c59d64
commit cb947fdf51
5 changed files with 6 additions and 10 deletions

View File

@@ -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()