mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
hf mfu otptear -m fix
This commit is contained in:
parent
b64742baf9
commit
36f1c33321
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue