From: merlokk Date: Tue, 26 Sep 2017 11:29:08 +0000 (+0300) Subject: fixed #395 X-Git-Tag: v3.1.0~168^2 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/2ce43a28f7f7fb1c6f3c091f31d5cc4f68f36082 fixed #395 --- diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 5a9896de..5999d20e 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -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');