mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
adapt load dump file refactoring else where
This commit is contained in:
parent
d4c3082741
commit
f38a3ad762
11 changed files with 85 additions and 493 deletions
|
@ -1911,7 +1911,6 @@ int pm3_load_dump(const char *fn, void **pdump, size_t *dumplen, size_t maxdumpl
|
|||
|
||||
if (res != PM3_SUCCESS) {
|
||||
PrintAndLogEx(FAILED, "File: " _YELLOW_("%s") ": not found or locked.", fn);
|
||||
PrintAndLogEx(INFO, "%d", res);
|
||||
free(*pdump);
|
||||
return PM3_EFILE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue