]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
ADD: Holimans new changes in master.
[proxmark3-svn] / client / proxmark3.c
index d2bb2011249f5d04ad3cf9bdf9e9c04be98bb5a5..4b463f1d83260b0100daba41823e16285d5585cf 100644 (file)
@@ -47,7 +47,6 @@ void SendCommand(UsbCommand *c) {
       PrintAndLog("Sending bytes to proxmark failed - offline");
       return;
     }
-
        /**
        The while-loop below causes hangups at times, when the pm3 unit is unresponsive
        or disconnected. The main console thread is alive, but comm thread just spins here.
@@ -115,7 +114,7 @@ static void *main_loop(void *targ) {
   }
   
   FILE *script_file = NULL;
-  char script_cmd_buf[256];
+  char script_cmd_buf[256];  // iceman, needs lua script the same file_path_buffer as the rest
   
   if (arg->script_cmds_file)
   {
Impressum, Datenschutz