]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhficlass.c
CHG: coverity complains about not reading the value from mifare_send_short
[proxmark3-svn] / client / cmdhficlass.c
index ab527cc66addd8f77a7376a0b316432edcb6552b..89c0f7584bb45adbb2299ace8f4a84c5c941cb28 100644 (file)
@@ -769,7 +769,7 @@ int CmdHFiClassReader_Dump(const char *Cmd) {
        if (have_debit_key) memcpy(tag_data+(3*8),div_key,8);
        if (have_credit_key) memcpy(tag_data+(4*8),c_div_key,8);
        
-       printf("Num of bytes:  %lu\n", gotBytes);
+       printf("Num of bytes:  %u\n", gotBytes);
        
        // print the dump
        printf("------+--+-------------------------+\n");
Impressum, Datenschutz