mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
cov 351017
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user