X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2767fc02919545bd65082b4682b2331def9a5ad5..a1689f417fc1a26be6f93f8e934d643fba51f3a7:/client/cmdlfio.c diff --git a/client/cmdlfio.c b/client/cmdlfio.c index aa21c44b..5c70f99d 100644 --- a/client/cmdlfio.c +++ b/client/cmdlfio.c @@ -73,14 +73,13 @@ static command_t CommandTable[] = {NULL, NULL, 0, NULL} }; -int CmdLFIO(const char *Cmd) -{ - CmdsParse(CommandTable, Cmd); - return 0; +int CmdLFIO(const char *Cmd){ + clearCommandBuffer(); + CmdsParse(CommandTable, Cmd); + return 0; } -int CmdHelp(const char *Cmd) -{ - CmdsHelp(CommandTable); - return 0; +int CmdHelp(const char *Cmd) { + CmdsHelp(CommandTable); + return 0; }