mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix: assign
This commit is contained in:
parent
0803e532cc
commit
142b3d8de5
1 changed files with 5 additions and 4 deletions
|
@ -676,7 +676,8 @@ static bool readKeyFile(uint8_t key[8]) {
|
||||||
bool retval = false;
|
bool retval = false;
|
||||||
|
|
||||||
//Test a few variants
|
//Test a few variants
|
||||||
char filename[30];
|
char filename[30] = {0};
|
||||||
|
|
||||||
if (fileExists("iclass_key.bin")){
|
if (fileExists("iclass_key.bin")){
|
||||||
sprintf(filename, "%s.bin", "iclass_key");
|
sprintf(filename, "%s.bin", "iclass_key");
|
||||||
} else if (fileExists("loclass/iclass_key.bin")){
|
} else if (fileExists("loclass/iclass_key.bin")){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue