projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: Updated the CHANGELOG.md
[proxmark3-svn]
/
client
/
cmdlfti.c
diff --git
a/client/cmdlfti.c
b/client/cmdlfti.c
index 66b2cd8b33cd58a5606b84ed2a11319c8e4bc858..29168787dca1453511c4970762f7808cfeb1f240 100644
(file)
--- a/
client/cmdlfti.c
+++ b/
client/cmdlfti.c
@@
-298,11
+298,12
@@
static command_t CommandTable[] = {
};
int CmdLFTI(const char *Cmd){
};
int CmdLFTI(const char *Cmd){
- CmdsParse(CommandTable, Cmd);
- return 0;
+ clearCommandBuffer();
+ CmdsParse(CommandTable, Cmd);
+ return 0;
}
int CmdHelp(const char *Cmd){
}
int CmdHelp(const char *Cmd){
- CmdsHelp(CommandTable);
- return 0;
+
CmdsHelp(CommandTable);
+
return 0;
}
}
Impressum
,
Datenschutz