From 2ece8b2f70271bf08c14fcecba40cee702195063 Mon Sep 17 00:00:00 2001 From: Pyrix25633 Date: Thu, 23 Jun 2022 15:26:17 +0200 Subject: [PATCH] progress bar fix --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 03647e0..97274bd 100644 --- a/Program.cs +++ b/Program.cs @@ -236,7 +236,7 @@ static void Main(string[] args) { UInt64 fileSize = (UInt64)e.fileInfo.Length; bool err; Logger.InfoReason(e.reason, e.relativePath); - Logger.ProgressBar(sizeCopied, sizeToCopy); + Logger.ProgressBar(sizeRemoved, sizeToRemove); if(arguments.removed != null) { // Move string newPath = arguments.removed + Path.DirectorySeparatorChar + e.relativePath; try {