wrong format string

This commit is contained in:
iceman1001 2024-01-09 21:37:29 +01:00
commit 0d24e8252f

View file

@ -323,7 +323,7 @@ static int CmdHFCryptoRFDump(const char *Cmd) {
// select // select
if (WaitForResponseTimeout(CMD_HF_ISO14443B_COMMAND, &resp, 2000)) { if (WaitForResponseTimeout(CMD_HF_ISO14443B_COMMAND, &resp, 2000)) {
if (resp.status != PM3_SUCCESS) { if (resp.status != PM3_SUCCESS) {
PrintAndLogEx(FAILED, "failed to select %" PRId64 "]", resp.status); PrintAndLogEx(FAILED, "failed to select %d]", resp.status);
free(packet); free(packet);
return switch_off_field_cryptorf(); return switch_off_field_cryptorf();
} }