mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix hash-verify a little
This commit is contained in:
@@ -993,8 +993,8 @@ namespace SabreTools.Library.Dats
|
|||||||
// If we are checking hashes only, essentially diff the inputs
|
// If we are checking hashes only, essentially diff the inputs
|
||||||
if (hashOnly)
|
if (hashOnly)
|
||||||
{
|
{
|
||||||
// First we need to sort by hash to get duplicates
|
// First we need to sort and dedupe by hash to get duplicates
|
||||||
BucketBy(SortedBy.SHA1, DedupeType.None);
|
BucketBy(SortedBy.CRC, DedupeType.Full);
|
||||||
|
|
||||||
// Then follow the same tactics as before
|
// Then follow the same tactics as before
|
||||||
foreach (string key in Keys)
|
foreach (string key in Keys)
|
||||||
|
|||||||
Reference in New Issue
Block a user