This commit is contained in:
merlokk 2017-09-26 14:29:08 +03:00
parent 3a05a1e739
commit 2ce43a28f7

View file

@ -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');