mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 14:55:11 +00:00
Rename "CRC" to "CRC32" where appropriate
This commit is contained in:
@@ -211,7 +211,7 @@ namespace SabreTools.Serialization.CrossModel
|
||||
var sfv = new SFV
|
||||
{
|
||||
File = item.Name,
|
||||
Hash = item.CRC,
|
||||
Hash = item.CRC32,
|
||||
};
|
||||
return sfv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user