Empty the rest of Santizer into Utilities

This commit is contained in:
Matt Nadareski
2020-12-09 22:33:49 -08:00
parent 7e86b6914d
commit d4dce53906
24 changed files with 107 additions and 114 deletions

View File

@@ -311,7 +311,7 @@ namespace SabreTools.DatFiles.Formats
case "size":
if (item.ItemType == ItemType.Rom)
(item as Rom).Size = Sanitizer.CleanLong(attrVal);
(item as Rom).Size = Utilities.CleanLong(attrVal);
break;
case "crc":