diff --git a/client/cmdsmartcard.c b/client/cmdsmartcard.c index f4de7e645..7f894abde 100644 --- a/client/cmdsmartcard.c +++ b/client/cmdsmartcard.c @@ -102,6 +102,7 @@ int CmdSmartRaw(const char *Cmd) { PrintAndLogEx(WARNING, "Hex must have even number of digits."); return 1; } + cmdp++; breakloop = true; break; }