number length typo fixed

This commit is contained in:
Rafael 2017-02-14 07:24:29 +01:00
parent 33a5faa7bf
commit a8501be581
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ bool SnapmaticPicture::exportPicture(const QString &fileName, bool customFormat)
}
else if (numberLength.length() != 2)
{
numberLength == "00";
numberLength = "00";
}
picFile->write(QByteArray::fromHex("00")); // First Null Byte
picFile->write("G5E"); // GTA 5 Export