mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
hf mfu otptear -m fix
This commit is contained in:
parent
14bc37bbcb
commit
00f36f0335
1 changed files with 1 additions and 1 deletions
|
@ -2877,7 +2877,7 @@ static int CmdHF14AMfuOtpTearoff(const char *Cmd) {
|
|||
cmdp += 2;
|
||||
break;
|
||||
case 'm':
|
||||
if (param_gethex(Cmd, cmdp + 1, match, 4)) {
|
||||
if (param_gethex(Cmd, cmdp + 1, match, 8)) {
|
||||
PrintAndLogEx(WARNING, "Block data must include 8 HEX symbols");
|
||||
errors = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue