]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge pull request #528 from Proxmark/iceman1001-patch-1
authormarshmellow42 <marshmellow42@users.noreply.github.com>
Sat, 23 Dec 2017 22:17:43 +0000 (17:17 -0500)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2017 22:17:43 +0000 (17:17 -0500)
Update cmdmain.c

client/cmdmain.c

index 739d68e1cbc0beb609f0d858dae78a3ad1438b95..ae059ea281de276c3df004bb1f270cca703a4293 100644 (file)
@@ -172,7 +172,7 @@ bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand* response, size_t ms_timeo
                if (msclock() - start_time > 2000 && show_warning) {
                        PrintAndLog("Waiting for a response from the proxmark...");
                        PrintAndLog("Don't forget to cancel its operation first by pressing on the button");
-                       break;
+                       show_warning = false;
                }
        }
        return false;
Impressum, Datenschutz