fix: printf: some potentially severe format errors

This commit is contained in:
Stéphane Lesimple
2021-01-15 19:41:48 +01:00
parent 66cf0d25ee
commit f68efb758e
6 changed files with 6 additions and 6 deletions

View File

@@ -244,7 +244,7 @@ static void check_image(ecc_closure *ec)
"from a damaged medium which was NOT fully recovered.\n"
"This means that some files may have been silently corrupted.\n\n"
"Error correction information can only be\n"
"appended to complete (undamaged) images.\n"));
"appended to complete (undamaged) images.\n"), sectors);
}
/* Update and cache the CRC sums */