This commit is contained in:
maliakal_d 2021-09-13 17:23:36 +02:00
parent 86b7409eed
commit b2cb99a0c2

View File

@ -391,7 +391,7 @@ int verifyChecksumFromFlash(char *mess, char *clientChecksum, char *fname,
LOG(logINFOBLUE, ("\tReached %lu bytes. Not reading more\n", totalBytesRead));
break;
}
c = fgetc(fp);
character = fgetc(fp);
++totalBytesRead;
}