From: iceman1001 Date: Thu, 13 Nov 2014 21:23:30 +0000 (+0100) Subject: FIX: Minor correction of variablename. don't even ask. X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/b22f7a6bc68319533f9c83c24045d4bd79994f1f FIX: Minor correction of variablename. don't even ask. --- diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 1519c201..901ccd49 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1607,7 +1607,7 @@ int CmdHF14AMfEKeyPrn(const char *Cmd) char cmdp = param_getchar(Cmd, 0); - switch (ctmp) { + switch (cmdp) { case '0' : numSectors = 5; break; case '1' : case '\0': numSectors = 16; break;