From 36f1c333213bc205af8b676c7106eebb32fd9e43 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 12 Oct 2020 01:57:22 +0200 Subject: [PATCH] hf mfu otptear -m fix --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 03bd43b32..8269765d7 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -2879,9 +2879,9 @@ static int CmdHF14AMfuOtpTearoff(const char *Cmd) { case 'm': if (param_gethex(Cmd, cmdp + 1, match, 8)) { PrintAndLogEx(WARNING, "Block data must include 8 HEX symbols"); - use_match = true; errors = true; } + use_match = true; cmdp += 2; break; default: