X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f80cd7e687a37231ca47d3d7ca75a3df46f5bfaf..a0a61c91ccefed75187e810cca0e3bcb319ecdcf:/client/cmdhficlass.c?ds=sidebyside diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index ab527cc6..89c0f758 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: %lu\n", gotBytes); + printf("Num of bytes: %u\n", gotBytes); // print the dump printf("------+--+-------------------------+\n");