From ac0260570afd815341db4d056c3163edc1b65f5d Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Tue, 17 Sep 2024 16:35:52 +0800 Subject: [PATCH] Update cmdhficlass.c Signed-off-by: Antiklesys --- client/src/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 316d137a1..b6bd0ffa6 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -4057,7 +4057,7 @@ static int CmdHFiClassLegRecLookUp(const char *Cmd) { } if(index % 1000000 == 0){ - PrintAndLogEx(INFO, "Tested: " _YELLOW_("%d")" keys", index); + PrintAndLogEx(INFO, "Tested: " _YELLOW_("%" PRIu64 )" million keys", index/1000000); PrintAndLogEx(INFO, "Last Generated Key Value: " _YELLOW_("%s"), sprint_hex(div_key, 8)); } index++;