mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Empty the rest of Santizer into Utilities
This commit is contained in:
@@ -338,7 +338,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
Rom rom = new Rom
|
||||
{
|
||||
Name = rominfo[5],
|
||||
Size = Sanitizer.CleanLong(rominfo[7]),
|
||||
Size = Utilities.CleanLong(rominfo[7]),
|
||||
CRC = rominfo[6],
|
||||
ItemStatus = ItemStatus.None,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user