mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Extras and filters not needed here
This commit is contained in:
@@ -70,7 +70,7 @@ namespace SabreTools.Features
|
||||
if (Header.InputDepot?.IsActive ?? false)
|
||||
datdata.VerifyDepot(Inputs);
|
||||
else
|
||||
datdata.VerifyGeneric(Inputs, hashOnly, quickScan, asFiles, Extras, Filter);
|
||||
datdata.VerifyGeneric(Inputs, hashOnly, quickScan, asFiles);
|
||||
|
||||
// Now write out if there are any items left
|
||||
datdata.Write(OutputDir, stats: true);
|
||||
@@ -100,10 +100,10 @@ namespace SabreTools.Features
|
||||
watch.Stop();
|
||||
|
||||
// If we have the depot flag, respect it
|
||||
if (Header.InputDepot?.IsActive ?? false)
|
||||
if (Header.InputDepot?.IsActive ?? false)s
|
||||
datdata.VerifyDepot(Inputs);
|
||||
else
|
||||
datdata.VerifyGeneric(Inputs, hashOnly, quickScan, asFiles, Extras, Filter);
|
||||
datdata.VerifyGeneric(Inputs, hashOnly, quickScan, asFiles);
|
||||
|
||||
// Now write out if there are any items left
|
||||
datdata.Write(OutputDir, stats: true);
|
||||
|
||||
Reference in New Issue
Block a user