mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 18:24:27 +08:00
correct wrong type in formatting function
This commit is contained in:
parent
876abf2818
commit
4f2d86558e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue