mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
cr feedback
This commit is contained in:
parent
7550374f8f
commit
bce92a622e
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ bool Wallet::readSecurityImage(const QString& inputFilePath, unsigned char** out
|
|||
|
||||
QByteArray base64EncryptedBuffer;
|
||||
|
||||
while(!inputFile.atEnd()) {
|
||||
while (!inputFile.atEnd()) {
|
||||
QString line(inputFile.readLine());
|
||||
if (!foundHeader) {
|
||||
foundHeader = (line == IMAGE_HEADER);
|
||||
|
|
Loading…
Reference in a new issue