correct wrong type in formatting function

This commit is contained in:
DidierA 2022-11-05 20:20:01 +01:00
parent 876abf2818
commit 4f2d86558e

View file

@ -6961,7 +6961,7 @@ static int CmdHF14AGen4Load(const char *cmd) {
PrintAndLogEx(INFO, "File: " _YELLOW_("%s"), filename);
PrintAndLogEx(INFO, "File size %zu bytes, file blocks %d (0x%x)", bytes_read, block_cnt, block_cnt);
} else {
PrintAndLogEx(INFO, "Read %zu blocks from emulator memory", block_cnt);
PrintAndLogEx(INFO, "Read %d blocks from emulator memory", block_cnt);
}
}