Make it compile.

pull/4/head
Daniel Caujolle-Bert 2023-07-29 02:02:50 +10:00
rodzic 03cc17bc44
commit 589787d3ec
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 51AED7171EC00614
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1005,7 +1005,7 @@ int main(int argc,char **argv)
exit(1);
}
if ((write_length>0)&&((write_length+write_offset)>=UVK5_MAX_FLASH_SIZE)) {
fprintf(stderr,"write_length+write_offset is bigger than the flash size\n",file,flash_length);
fprintf(stderr,"write_length (%d) + write_offset (%d) is bigger than the flash size (%d)\n", write_length, write_offset, UVK5_MAX_FLASH_SIZE);
exit(1);
}
close(ffd);