From: iceman1001 Date: Wed, 3 Aug 2016 07:30:01 +0000 (+0200) Subject: Merge branch 'master' of https://github.com/iceman1001/proxmark3 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/01629305d89515f93a6242c945eb6663db0a6060?hp=45c48ae428c0afb18a9bc086c7570415307c829b Merge branch 'master' of https://github.com/iceman1001/proxmark3 --- diff --git a/client/cmdlfjablotron.c b/client/cmdlfjablotron.c index cae1bc8c..4248920d 100644 --- a/client/cmdlfjablotron.c +++ b/client/cmdlfjablotron.c @@ -179,7 +179,7 @@ int CmdJablotronClone(const char *Cmd) { UsbCommand resp; UsbCommand c = {CMD_T55XX_WRITE_BLOCK, {0,0,0}}; - for (int i=3; i>=0; i--) { + for (uint8_t i = 2; i >= 0; --i) { c.arg[0] = blocks[i]; c.arg[1] = i; clearCommandBuffer();