mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[FileTools] Mirroring was unnecessary?
This commit is contained in:
@@ -805,7 +805,7 @@ namespace SabreTools.Helper
|
||||
// Now convert the data and get the right position
|
||||
string gzmd5 = BitConverter.ToString(headermd5).Replace("-", string.Empty);
|
||||
string gzcrc = BitConverter.ToString(headercrc).Replace("-", string.Empty);
|
||||
long extractedsize = (long)BitConverter.ToUInt64(headersz.Reverse().ToArray(), 0);
|
||||
long extractedsize = BitConverter.ToInt64(headersz, 0);
|
||||
|
||||
Rom rom = new Rom
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user