]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfhid.c
client/cmdparser.c: Remove the leading spaces before calling the subparser. client...
[proxmark3-svn] / client / cmdlfhid.c
index eb0d83a906e32b1dbc6d4c7d3f4b013e8fcb503d..344662e1dd23f61609f09676c8b12e7aa675e26e 100644 (file)
@@ -46,7 +46,7 @@ int CmdHIDDemodFSK(const char *Cmd)
 int CmdHIDSim(const char *Cmd)
 {
   unsigned int hi = 0, lo = 0;
-  int n = 0, i = 1;
+  int n = 0, i = 0;
 
   while (sscanf(&Cmd[i++], "%1x", &n ) == 1) {
     hi = (hi << 4) | (lo >> 28);
Impressum, Datenschutz