]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fix: COVERITYSCAN 133871, fix one part, breaking another. shouldnt have changed...
authoriceman1001 <iceman@iuse.se>
Wed, 3 Aug 2016 09:57:40 +0000 (11:57 +0200)
committericeman1001 <iceman@iuse.se>
Wed, 3 Aug 2016 09:57:40 +0000 (11:57 +0200)
client/cmdlfjablotron.c

index 4248920dfc6f1b3734fccd96a6d9b8a12ff2e749..bd99fede512f47aebd5f866826fdedf12525ebab 100644 (file)
@@ -179,7 +179,7 @@ int CmdJablotronClone(const char *Cmd) {
        UsbCommand resp;
        UsbCommand c = {CMD_T55XX_WRITE_BLOCK, {0,0,0}};
 
-       for (uint8_t i = 2; i >= 0; --i) {
+       for (int i = 2; i >= 0; --i) {
                c.arg[0] = blocks[i];
                c.arg[1] = i;
                clearCommandBuffer();
Impressum, Datenschutz