This commit is contained in:
merlokk 2021-07-12 11:21:48 +03:00
commit 2d5cc6aec7

View file

@ -5326,7 +5326,7 @@ static int CmdHF14ADesGetKeySettings(const char *Cmd) {
}
if (verbose)
PrintAndLogEx(INFO, "DesfireGetKeySettings[%d]: %s", buflen, sprint_hex(buf, buflen));
PrintAndLogEx(INFO, "DesfireGetKeySettings[%zu]: %s", buflen, sprint_hex(buf, buflen));
if (buflen < 2) {
PrintAndLogEx(ERR, "Command DesfireGetKeySettings returned wrong length: %d", buflen);