This commit is contained in:
merlokk 2017-09-24 19:02:11 +03:00
commit 88f03fc2fb

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