mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07: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) {
|
void DesfirePrintFileSettings(uint8_t *data, size_t len) {
|
||||||
if (len < 6) {
|
if (len < 6) {
|
||||||
PrintAndLogEx(ERR, "Wrong file settings length: %d", len);
|
PrintAndLogEx(ERR, "Wrong file settings length: %zu", len);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue