X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d3fd5fd6d85f953352144f569e910dc6237bd66f..ff9c043da29150aa785723326537ba93ddac0614:/client/cmdhficlass.c diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index 273d24ae..90856e91 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -880,7 +880,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: %zu\n", gotBytes); // print the dump printf("------+--+-------------------------+\n");