From a8501be581cd7e1d4616d7f3b46b797b2824294e Mon Sep 17 00:00:00 2001 From: Rafael Date: Tue, 14 Feb 2017 07:24:29 +0100 Subject: [PATCH] number length typo fixed --- SnapmaticPicture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SnapmaticPicture.cpp b/SnapmaticPicture.cpp index 1bcf128..97c8237 100755 --- a/SnapmaticPicture.cpp +++ b/SnapmaticPicture.cpp @@ -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