From b44c214009c5c56e5f292f4a82c0366b81735a75 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:28:37 +0200 Subject: [PATCH] fix --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index bab7b9fee..06fb8c324 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -7484,7 +7484,7 @@ static int CmdHF14AGen4Info(const char *cmd) { PrintAndLogEx(INFO, "UL protocol......... %02x", resp[0]); PrintAndLogEx(INFO, "UID length.......... %02x" NOLF, resp[1]); switch (resp[1]){ - case 0x01: + case 0x00: PrintAndLogEx(NORMAL, " (4 byte)"); break; case 0x01: