Rename "CRC" to "CRC32" where appropriate

This commit is contained in:
Matt Nadareski
2026-04-06 07:44:19 -04:00
parent 6a7d6e16b7
commit e2b2f4d8a5
61 changed files with 375 additions and 373 deletions

View File

@@ -211,7 +211,7 @@ namespace SabreTools.Serialization.CrossModel
var sfv = new SFV
{
File = item.Name,
Hash = item.CRC,
Hash = item.CRC32,
};
return sfv;
}