mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix spelling issues
This commit is contained in:
@@ -93,8 +93,9 @@ namespace SabreTools.DatTools
|
||||
logger.User(totalSize, currentSize);
|
||||
foreach (string item in files)
|
||||
{
|
||||
CheckFileForHashes(datFile, item, basePath, asFiles, skipFileType, addBlanks, hashes);
|
||||
currentSize += new FileInfo(item).Length;
|
||||
|
||||
CheckFileForHashes(datFile, item, basePath, asFiles, skipFileType, addBlanks, hashes);
|
||||
logger.User(totalSize, currentSize, item);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user