From ced742717d0e0c8c2f964ae0a559a87a2a621867 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 23 Jan 2017 23:12:41 +0100 Subject: [PATCH] CHG: should remove a compiler warning on OSX --- client/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2