X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6fe5fe8d521821b6d9615d9c77031097c94ef50e..ef31a8b4535d709bac09055ee5e37b630d161896:/client/cmdhficlass.c diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index b5fa46f0..156b7f65 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -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: %d\n", gotBytes); + printf("Num of bytes: %u\n", gotBytes); // print the dump printf("------+--+-------------------------+\n");