mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
small fix
This commit is contained in:
parent
e9b268971c
commit
670608b064
1 changed files with 1 additions and 1 deletions
|
@ -2704,7 +2704,7 @@ int CmdHF14AMfAuth4(const char *cmd) {
|
|||
}
|
||||
|
||||
if (keylen != 16) {
|
||||
PrintAndLog("ERROR: <Key Num> must be 16 bytes long instead of: %d", keylen);
|
||||
PrintAndLog("ERROR: <Key Value> must be 16 bytes long instead of: %d", keylen);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue