This commit is contained in:
mvoelkel 2017-02-24 16:07:17 +01:00
parent a7ce2ef8da
commit 9dcd81fe42
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ static int update_image(struct ddflash *ddf, char *fn,
if (res == 0) {
res = flashcmp(ddf, fs, adr, len, fw_off);
if (res == -2) {
res = 1
res = 1;
}
}