From 64b65b0f5984ccc333d41a41e330f63780cdeb15 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 20 Sep 2025 16:23:59 -0400 Subject: [PATCH] Initial checkpoint should use depth too --- BinaryObjectScanner/Scanner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BinaryObjectScanner/Scanner.cs b/BinaryObjectScanner/Scanner.cs index f57dc70e..f271fd4a 100644 --- a/BinaryObjectScanner/Scanner.cs +++ b/BinaryObjectScanner/Scanner.cs @@ -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();