mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 22:23:38 -07:00
fix error: (near initialization for 'keyIndex[0]')
This commit is contained in:
parent
a65c523334
commit
00d7a2f115
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ void MifareChkKeys(uint16_t arg0, uint16_t arg1, uint8_t arg2, uint8_t *datain)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (multisectorCheck) {
|
if (multisectorCheck) {
|
||||||
TKeyIndex keyIndex = {0};
|
TKeyIndex keyIndex = {{0}};
|
||||||
uint8_t sectorCnt = blockNo;
|
uint8_t sectorCnt = blockNo;
|
||||||
int res = MifareMultisectorChk(datain, keyCount, sectorCnt, keyType, OLD_MF_DBGLEVEL, &keyIndex);
|
int res = MifareMultisectorChk(datain, keyCount, sectorCnt, keyType, OLD_MF_DBGLEVEL, &keyIndex);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue