mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-18 12:13:16 +00:00
Rename "CRC" to "CRC32" where appropriate
This commit is contained in:
@@ -209,7 +209,7 @@ namespace SabreTools.Serialization.CrossModel
|
||||
Name = item.Name,
|
||||
Size = item.Size,
|
||||
Length = item.Length,
|
||||
CRC = item.CRC,
|
||||
CRC32 = item.CRC,
|
||||
SHA1 = item.SHA1,
|
||||
Offset = item.Offset,
|
||||
Value = item.Value,
|
||||
|
||||
Reference in New Issue
Block a user