mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
cov 354821
This commit is contained in:
parent
25561e22e7
commit
13963593a2
1 changed files with 1 additions and 1 deletions
|
@ -5058,7 +5058,7 @@ static int CmdHF14ADesWriteData(const char *Cmd) {
|
||||||
|
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
if (readeridpushed)
|
if (readeridpushed)
|
||||||
PrintAndLogEx(INFO, "TMC and TMV[%d]: %s", resplen, sprint_hex(resp, resplen));
|
PrintAndLogEx(INFO, "TMC and TMV[%zu]: %s", resplen, sprint_hex(resp, resplen));
|
||||||
PrintAndLogEx(INFO, "Commit " _GREEN_("OK"));
|
PrintAndLogEx(INFO, "Commit " _GREEN_("OK"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue