From 4916042cb4107cb55bf19b241314168dc3e5ecd5 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 9 Jul 2018 15:39:26 +0200 Subject: [PATCH] chg: 'sc raw' ...annoying.. --- client/cmdsmartcard.c | 1 + 1 file changed, 1 insertion(+) 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; }