mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 07:36:14 +08:00
fix: 'hf iclass eload' - load file works again.
This commit is contained in:
parent
3c515e8ec5
commit
5ff9cbaac0
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ static int CmdHFiClassELoad(const char *Cmd) {
|
|||
|
||||
switch (dftype) {
|
||||
case BIN: {
|
||||
res = loadFile(filename, ".bin", (void *)&dump, 2048, &bytes_read);
|
||||
res = loadFile_safe(filename, ".bin", (void **)&dump, &bytes_read);
|
||||
break;
|
||||
}
|
||||
case EML: {
|
||||
|
|
Loading…
Reference in a new issue