mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-24 07:45:06 +00:00
Rename "CRC" to "CRC32" where appropriate
This commit is contained in:
@@ -190,7 +190,7 @@ namespace SabreTools.Metadata.DatItems
|
||||
key = HashType.CRC16.ZeroString;
|
||||
break;
|
||||
|
||||
case ItemKey.CRC:
|
||||
case ItemKey.CRC32:
|
||||
key = HashType.CRC32.ZeroString;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user