[FileTools] Mirroring was unnecessary?

This commit is contained in:
Matt Nadareski
2016-09-06 14:08:53 -07:00
parent 10c3716b3d
commit 78051230e4

View File

@@ -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
{