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