mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Refactor
This commit is contained in:
@@ -173,7 +173,7 @@ namespace apprepodbmgr.Core
|
||||
break;
|
||||
}
|
||||
|
||||
long totalSize = 0, currentSize = 0;
|
||||
long totalSize = 0, currentSize = 0;
|
||||
foreach(KeyValuePair<string, DbAppFile> file in Context.Hashes) totalSize += file.Value.Length;
|
||||
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user