mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +08:00
fix: 'hf mf chk'
Dictionary files will load wrong if they exceed 256lines.
This commit is contained in:
parent
0781d38e7a
commit
08cc2c36d8
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ int CmdHF14AMfChk(const char *Cmd) {
|
|||
char filename[FILE_PATH_SIZE]={0};
|
||||
char buf[13];
|
||||
uint8_t *keyBlock = NULL, *p;
|
||||
uint8_t stKeyBlock = 20;
|
||||
uint16_t stKeyBlock = 20;
|
||||
|
||||
sector_t *e_sector = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue