From: dn337t@gmail.com Date: Fri, 18 May 2012 09:10:44 +0000 (+0000) Subject: typofix in prepareHF15Cmd comment based on Adrian's second patch from issue 20 X-Git-Tag: v1.0.0~218 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c43897de2728f5963b9f77d883c57c9f340ab5ac typofix in prepareHF15Cmd comment based on Adrian's second patch from issue 20 --- diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 29612c30..f23a10c7 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -533,7 +533,7 @@ int prepareHF15Cmd(char **cmd, UsbCommand *c, uint8_t iso15cmd[], int iso15cmdle while (**cmd==' ' || **cmd=='\t') (*cmd)++; if (strstr(*cmd,"-2")==*cmd) { - c->arg[1]=0; // quse 1of256 + c->arg[1]=0; // use 1of256 (*cmd)+=2; }