mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-08 18:06:34 +00:00
Initial checkpoint should use depth too
This commit is contained in:
@@ -120,7 +120,7 @@ namespace BinaryObjectScanner
|
||||
DateTime startTime = DateTime.UtcNow;
|
||||
|
||||
// Checkpoint
|
||||
_fileProgress?.Report(new ProtectionProgress(null, 0, null));
|
||||
_fileProgress?.Report(new ProtectionProgress(null, depth, 0, null));
|
||||
|
||||
// Temp variables for reporting
|
||||
string tempFilePath = Path.GetTempPath();
|
||||
|
||||
Reference in New Issue
Block a user