From: Iceman Date: Mon, 25 Dec 2017 14:13:46 +0000 (+0100) Subject: Merge pull request #529 from merlokk/appveyor-tst X-Git-Tag: v3.1.0~100 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/dfdc087bc0c4ae004038259f3ca8d9a5dc458890?hp=e79209e1f4979e794c1d64289d560a2fd108d12d Merge pull request #529 from merlokk/appveyor-tst added crypto tests to Appveyor --- diff --git a/client/cmdmain.c b/client/cmdmain.c index 739d68e1..ae059ea2 100644 --- a/client/cmdmain.c +++ b/client/cmdmain.c @@ -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;