diff --git a/client/cmdhfmfu.c b/client/cmdhfmfu.c index ea4b1b49b..38aa06d9d 100644 --- a/client/cmdhfmfu.c +++ b/client/cmdhfmfu.c @@ -1863,7 +1863,7 @@ int CmdHF14AMfUDump(const char *Cmd) { PrintAndLogEx(WARNING, "Command execute time-out"); return 1; } - + if (resp.arg[0] != 1) { PrintAndLogEx(WARNING, "Failed dumping card"); return 1;