format string

This commit is contained in:
iceman1001
2020-05-20 14:15:35 +02:00
parent a31c20753f
commit 56bde13110
2 changed files with 4 additions and 4 deletions

View File

@@ -1191,7 +1191,7 @@ static int CmdHFMFPChk(const char *Cmd) {
PrintAndLogEx(ERR, "Key list is empty. Nothing to check.");
return PM3_EINVARG;
} else {
PrintAndLogEx(INFO, "Loaded " _YELLOW_("%zu") " keys", keyListLen);
PrintAndLogEx(INFO, "Loaded " _YELLOW_("%"PRIu32) " keys", keyListLen);
}
if (!verbose)