mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix few printf arg types
This commit is contained in:
parent
b9424795ea
commit
4ae8a3d86b
49 changed files with 185 additions and 182 deletions
|
@ -94,7 +94,7 @@ static int CmdJablotronDemod(const char *Cmd) {
|
|||
else if (ans == -2)
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - Jablotron preamble not found");
|
||||
else if (ans == -3)
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - Jablotron size not correct: %d", size);
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - Jablotron size not correct: %zu", size);
|
||||
else if (ans == -5)
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - Jablotron checksum failed");
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue