From e72e58451bff0bb92f5c11c05803e266e89a6e6e Mon Sep 17 00:00:00 2001 From: merlokk Date: Mon, 25 Sep 2017 11:50:42 +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');