From a49e2ff3421fec3a905e87792b2b82dae7be63d3 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 6 Jul 2022 11:59:49 +0200 Subject: [PATCH] fix cid 395634 --- client/src/cmdhf14b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhf14b.c b/client/src/cmdhf14b.c index 2e63de332..831f87f8c 100644 --- a/client/src/cmdhf14b.c +++ b/client/src/cmdhf14b.c @@ -1388,7 +1388,7 @@ static int CmdHF14BDump(const char *Cmd) { return switch_off_field_14b(); } - if (select_cardtype == ISO14B_CT) { + if (select_cardtype == ISO14B_STANDARD) { // Have to figure out how large one of these are.. PrintAndLogEx(FAILED, "Dumping Standard ISO14443-B tags is not implemented yet."); // print_std_blocks(data, cardsize);