[DatFiles/] Clean all hash data

This commit is contained in:
Matt Nadareski
2018-02-21 10:29:57 -08:00
parent 13af2442d3
commit bc059f89fc
9 changed files with 69 additions and 69 deletions

View File

@@ -740,7 +740,7 @@ namespace SabreTools.Library.DatFiles
roms.Add(new Rom()
{
Name = (releaseNumber != "0" ? releaseNumber + " - " : "") + machineName + pair.Item1,
CRC = pair.Item2,
CRC = Utilities.CleanHashData(pair.Item2, Constants.CRCLength),
ItemStatus = ItemStatus.None,
});