cov 351017

This commit is contained in:
merlokk 2021-07-13 12:16:30 +03:00
parent 89450c2fee
commit 3e86c15a33

View file

@ -5218,7 +5218,7 @@ static int CmdHF14ADesGetUID(const char *Cmd) {
return PM3_ESOFT;
}
PrintAndLogEx(SUCCESS, "Desfire UID[%d]: %s", buflen, sprint_hex(buf, buflen));
PrintAndLogEx(SUCCESS, "Desfire UID[%zu]: %s", buflen, sprint_hex(buf, buflen));
DropField();
return PM3_SUCCESS;