fix loading nfc files

This commit is contained in:
iceman1001 2024-11-05 22:28:00 +01:00
parent 46813e0e50
commit 73e5045bcd

@ -3085,7 +3085,7 @@ int pm3_load_dump(const char *fn, void **pdump, size_t *dumplen, size_t maxdumpl
case FLIPPER: {
nfc_df_e dumptype;
res = detect_nfc_dump_format(fn, &dumptype, true);
if (res != SUCCESS) {
if (res != PM3_SUCCESS) {
break;
}