]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
1. fixed send manchester
[proxmark3-svn] / client / proxmark3.c
index 08a4e264f032467b54f0a6608a903c6a08e59944..98b28c3cb981243f5256dfd1669b7c8d914f067c 100644 (file)
@@ -64,6 +64,8 @@ static void *main_loop(void *targ)
   while(1) {
     cmd = readline(PROXPROMPT);
     if (cmd) {
+      while(cmd[strlen(cmd) - 1] == ' ')
+        cmd[strlen(cmd) - 1] = 0x00;
       if (cmd[0] != 0x00) {
         CommandReceived(cmd);
         add_history(cmd);
Impressum, Datenschutz