Merge pull request #400 from merlokk/master

fixed #395
This commit is contained in:
marshmellow42 2017-09-26 07:38:24 -04:00 committed by GitHub
commit 1ece662f0f

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