hf mfu otptear -m fix

This commit is contained in:
iceman1001 2020-10-12 01:57:22 +02:00
commit 36f1c33321

View file

@ -2879,9 +2879,9 @@ static int CmdHF14AMfuOtpTearoff(const char *Cmd) {
case 'm': case 'm':
if (param_gethex(Cmd, cmdp + 1, match, 8)) { if (param_gethex(Cmd, cmdp + 1, match, 8)) {
PrintAndLogEx(WARNING, "Block data must include 8 HEX symbols"); PrintAndLogEx(WARNING, "Block data must include 8 HEX symbols");
use_match = true;
errors = true; errors = true;
} }
use_match = true;
cmdp += 2; cmdp += 2;
break; break;
default: default: