mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-21 14:24:54 +00:00
This should never have to clear anything
This commit is contained in:
@@ -251,7 +251,6 @@ namespace BinaryObjectScanner
|
||||
|
||||
var protections = new ProtectionDictionary();
|
||||
protections.Append(file, _includeDebug ? ex.ToString() : "[Exception opening file, please try again]");
|
||||
protections.ClearEmptyKeys();
|
||||
return protections;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user