]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
CHG: `hf 14a read` - started to add a Magic tag gen2 detection. SKipping it for...
[proxmark3-svn] / client / cmdlf.c
index 8ab065bb45b0a51f31dc48d6a927188bb00db274..414e4a2be1bbb675fcfd0197bd24883b6ee97d38 100644 (file)
@@ -567,14 +567,11 @@ int CmdLFRead(const char *Cmd) {
                        break;
                default:
                        PrintAndLog("Unknown parameter '%c'", param_getchar(Cmd, cmdp));
-                       errors = 1;
+                       errors = TRUE;
                        break;
                }
                if(errors) break;
        }
-       
-       // No args
-       if (cmdp == 0) errors = 1;
 
        //Validations
        if (errors) return usage_lf_read();
Impressum, Datenschutz