mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-24 23:54:42 +08:00
commit
1ece662f0f
1 changed files with 1 additions and 1 deletions
|
@ -1905,7 +1905,7 @@ int CmdHF14AMfCWipe(const char *Cmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!wipeCard && !fillCard)
|
if (!wipeCard && !fillCard)
|
||||||
wipeCard = TRUE;
|
wipeCard = true;
|
||||||
|
|
||||||
PrintAndLog("--blocks count:%2d wipe:%c fill:%c", numBlocks, (wipeCard)?'y':'n', (fillCard)?'y':'n');
|
PrintAndLog("--blocks count:%2d wipe:%c fill:%c", numBlocks, (wipeCard)?'y':'n', (fillCard)?'y':'n');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue