]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfviking.c
CHG: clearCommandBuffer(); before calling cmdparser.
[proxmark3-svn] / client / cmdlfviking.c
index 6d3362f702f805a07d994ccad2e0fb5c2f8cebe4..b91aced8eeb567738e24063cfd422f3668935f88 100644 (file)
@@ -126,6 +126,7 @@ static command_t CommandTable[] = {
 };
 
 int CmdLFViking(const char *Cmd) {
+       clearCommandBuffer();
     CmdsParse(CommandTable, Cmd);
     return 0;
 }
Impressum, Datenschutz