From 2ce43a28f7f7fb1c6f3c091f31d5cc4f68f36082 Mon Sep 17 00:00:00 2001 From: merlokk Date: Tue, 26 Sep 2017 14:29:08 +0300 Subject: [PATCH] fixed #395 --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.2