mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add notes, numeric helper
This commit is contained in:
@@ -101,7 +101,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
var rom = new Rom()
|
||||
{
|
||||
Name = name,
|
||||
Size = Utilities.CleanLong(row.Size),
|
||||
Size = NumberHelper.ConvertToInt64(row.Size),
|
||||
CRC = row.CRC32,
|
||||
MD5 = row.MD5,
|
||||
SHA1 = row.SHA1,
|
||||
|
||||
Reference in New Issue
Block a user