]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge pull request #400 from merlokk/master
authormarshmellow42 <marshmellow42@users.noreply.github.com>
Tue, 26 Sep 2017 11:38:24 +0000 (07:38 -0400)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2017 11:38:24 +0000 (07:38 -0400)
fixed #395

client/cmdhfmf.c

index 5a9896debb171cc8b957cf3091fbaeba361eb197..5999d20e7022376a5d247151b93dcf2863d63b64 100644 (file)
@@ -1905,7 +1905,7 @@ int CmdHF14AMfCWipe(const char *Cmd)
        }\r
 \r
        if (!wipeCard && !fillCard) \r
-               wipeCard = TRUE;\r
+               wipeCard = true;\r
 \r
        PrintAndLog("--blocks count:%2d wipe:%c fill:%c", numBlocks, (wipeCard)?'y':'n', (fillCard)?'y':'n');\r
 \r
Impressum, Datenschutz