mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 10:14:34 +08:00
fix shadow
This commit is contained in:
parent
0747abfe0f
commit
b1e361619f
1 changed files with 1 additions and 1 deletions
|
@ -1377,7 +1377,7 @@ int CmdEM4x05Chk(const char *Cmd) {
|
|||
|
||||
uint32_t keycount = 0;
|
||||
|
||||
int res = loadFileDICTIONARY_safe(filename, (void **) &keyBlock, 4, &keycount);
|
||||
res = loadFileDICTIONARY_safe(filename, (void **) &keyBlock, 4, &keycount);
|
||||
if (res != PM3_SUCCESS || keycount == 0 || keyBlock == NULL) {
|
||||
PrintAndLogEx(WARNING, "no keys found in file");
|
||||
if (keyBlock != NULL)
|
||||
|
|
Loading…
Reference in a new issue