From e1e41335644bd71d8fc6f0e97e24eeae7ebfc8b9 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 27 Jul 2023 01:11:47 +0200 Subject: [PATCH] coverity string formatter --- client/src/cmdhf15.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index fa25e001c..75b972871 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -1133,7 +1133,7 @@ static int CmdHF15ELoad(const char *Cmd) { } free(data); PrintAndLogEx(NORMAL, ""); - PrintAndLogEx(SUCCESS, "uploaded " _YELLOW_("%d") " bytes to emulator memory", offset); + PrintAndLogEx(SUCCESS, "uploaded " _YELLOW_("%zu") " bytes to emulator memory", offset); PrintAndLogEx(HINT, "You are ready to simulate. See " _YELLOW_("`hf 15 sim -h`")); PrintAndLogEx(INFO, "Done!");