mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-25 15:49:51 +00:00
Rename "CRC" to "CRC32" where appropriate
This commit is contained in:
@@ -140,7 +140,7 @@ namespace SabreTools.Serialization.CrossModel
|
||||
var rom = new Data.Models.Metadata.Rom
|
||||
{
|
||||
Name = item.File,
|
||||
CRC = item.Hash,
|
||||
CRC32 = item.Hash,
|
||||
};
|
||||
return rom;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user