mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 15:56:09 -07:00
fixed #395
This commit is contained in:
parent
3a05a1e739
commit
2ce43a28f7
1 changed files with 1 additions and 1 deletions
|
@ -1905,7 +1905,7 @@ int CmdHF14AMfCWipe(const char *Cmd)
|
|||
}
|
||||
|
||||
if (!wipeCard && !fillCard)
|
||||
wipeCard = TRUE;
|
||||
wipeCard = true;
|
||||
|
||||
PrintAndLog("--blocks count:%2d wipe:%c fill:%c", numBlocks, (wipeCard)?'y':'n', (fillCard)?'y':'n');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue