mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 16:45:09 +08:00
cov 353928
This commit is contained in:
parent
a5a83404ad
commit
2f1033015c
1 changed files with 1 additions and 1 deletions
|
@ -1334,7 +1334,7 @@ static void DesfirePrintFileSettDynPart(uint8_t filetype, uint8_t *data, size_t
|
|||
|
||||
void DesfirePrintFileSettings(uint8_t *data, size_t len) {
|
||||
if (len < 6) {
|
||||
PrintAndLogEx(ERR, "Wrong file settings length: %d", len);
|
||||
PrintAndLogEx(ERR, "Wrong file settings length: %zu", len);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue