mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
wrong format string
This commit is contained in:
parent
8b61e28081
commit
0d24e8252f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue