mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-19 05:33:17 +08:00
parent
824d10005c
commit
9b03cd9cd6
1 changed files with 1 additions and 1 deletions
|
@ -1787,7 +1787,7 @@ int CmdHF14AMfChk(const char *Cmd) {
|
|||
|
||||
|
||||
// check keys.
|
||||
for (trgKeyType = !keyType; trgKeyType < 2; (keyType==2) ? (++trgKeyType) : (trgKeyType=2) ) {
|
||||
for (trgKeyType = keyType; trgKeyType < 2; (keyType==2) ? (++trgKeyType) : (trgKeyType=2) ) {
|
||||
|
||||
int b = blockNo;
|
||||
for (int i = 0; i < SectorsCnt; ++i) {
|
||||
|
|
Loading…
Reference in a new issue