X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/bce5d24494997238052d7f3fa7a3b89df43bce9f..a1557c4c2f3905fd760dbac16cba5be890948634:/client/cmdmain.c diff --git a/client/cmdmain.c b/client/cmdmain.c index 8d590e9e..15cb3f98 100644 --- a/client/cmdmain.c +++ b/client/cmdmain.c @@ -132,7 +132,7 @@ int getCommand(UsbCommand* response) bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout) { UsbCommand resp; - + if (response == NULL) response = &resp;