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
+1 -1
View File
@@ -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');