mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 22:55:37 -07:00
CID 373712
This commit is contained in:
parent
3b0f6d37ac
commit
2b0d75db9f
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ static int CmdHFCipurseWriteFileAttr(const char *Cmd) {
|
||||||
SetAPDULogging(APDULogging);
|
SetAPDULogging(APDULogging);
|
||||||
|
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
PrintAndLogEx(INFO, "attribtes data[%zu]: %s", hdatalen, sprint_hex(hdata, hdatalen));
|
PrintAndLogEx(INFO, "attribtes data[%d]: %s", hdatalen, sprint_hex(hdata, hdatalen));
|
||||||
CIPURSEPrintFileUpdateAttr(hdata, hdatalen);
|
CIPURSEPrintFileUpdateAttr(hdata, hdatalen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue