X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/25d3e5cc83570a84605b819d5b1dd53abfa64ce8..a81b99b9b1fbd8eae9f819a2d997a2cef0e2efea:/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; }