coverity string formatter

This commit is contained in:
iceman1001 2023-07-27 01:11:47 +02:00
parent 123ef14667
commit e1e4133564

View file

@ -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!");