fix few printf arg types
This commit is contained in:
@@ -53,7 +53,7 @@ static int CmdPacDemod(const char *Cmd) {
|
||||
else if (ans == -2)
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - PAC: preamble not found");
|
||||
else if (ans == -3)
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - PAC: Size not correct: %d", size);
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - PAC: Size not correct: %zu", size);
|
||||
else
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - PAC: ans: %d", ans);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user