mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix loading nfc files
This commit is contained in:
parent
46813e0e50
commit
73e5045bcd
1 changed files with 1 additions and 1 deletions
|
@ -3085,7 +3085,7 @@ int pm3_load_dump(const char *fn, void **pdump, size_t *dumplen, size_t maxdumpl
|
||||||
case FLIPPER: {
|
case FLIPPER: {
|
||||||
nfc_df_e dumptype;
|
nfc_df_e dumptype;
|
||||||
res = detect_nfc_dump_format(fn, &dumptype, true);
|
res = detect_nfc_dump_format(fn, &dumptype, true);
|
||||||
if (res != SUCCESS) {
|
if (res != PM3_SUCCESS) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue