mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
Merge pull request #1965 from PiervitoCreanza/master
Fix wrong variable assignment
This commit is contained in:
commit
8f7eae12f4
1 changed files with 1 additions and 1 deletions
|
@ -7986,7 +7986,7 @@ static int CmdHF14AMfValue(const char *Cmd) {
|
||||||
PrintAndLogEx(WARNING, "Input key type must be A or B");
|
PrintAndLogEx(WARNING, "Input key type must be A or B");
|
||||||
return PM3_EINVARG;
|
return PM3_EINVARG;
|
||||||
} else if (arg_get_lit(ctx, 10)) {
|
} else if (arg_get_lit(ctx, 10)) {
|
||||||
keytype = MF_KEY_B;;
|
transferkeytype = MF_KEY_B;;
|
||||||
}
|
}
|
||||||
|
|
||||||
int keylen = 0;
|
int keylen = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue