mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
This caused more issues than before. Commenting out for the time being until a better solution is found.
This commit is contained in:
@@ -471,6 +471,7 @@ namespace SabreTools.Helper
|
|||||||
Int64.TryParse(xtr.GetAttribute("size"), out size);
|
Int64.TryParse(xtr.GetAttribute("size"), out size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
// Take care of hex-sized offsets
|
// Take care of hex-sized offsets
|
||||||
long offset = -1;
|
long offset = -1;
|
||||||
if (xtr.GetAttribute("offset") != null && xtr.GetAttribute("offset").Contains("0x"))
|
if (xtr.GetAttribute("offset") != null && xtr.GetAttribute("offset").Contains("0x"))
|
||||||
@@ -487,6 +488,7 @@ namespace SabreTools.Helper
|
|||||||
{
|
{
|
||||||
size += offset;
|
size += offset;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Sanitize the hashes from null, hex sizes, and "true blank" strings
|
// Sanitize the hashes from null, hex sizes, and "true blank" strings
|
||||||
string crc = (xtr.GetAttribute("crc") != null ? xtr.GetAttribute("crc").ToLowerInvariant().Trim() : "");
|
string crc = (xtr.GetAttribute("crc") != null ? xtr.GetAttribute("crc").ToLowerInvariant().Trim() : "");
|
||||||
|
|||||||
Reference in New Issue
Block a user