Update unrar to V7.1.8

Update unrar to V7.1.8
This commit is contained in:
Andy Vandijck 2025-07-10 11:14:41 +02:00
parent 00e48e11e6
commit 3e0541c639
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#define FEX_ENABLE_RAR 1
#endif
#define FEX_TYPE_LIST fex_7z_type, fex_gz_type, fex_zip_type, fex_rar_type
#define FEX_TYPE_LIST fex_7z_type, fex_gz_type, fex_zip_type, fex_rar_type,
// Use standard config.h if present
#ifdef HAVE_CONFIG_H

View File

@ -1113,6 +1113,8 @@ void RarVM::ExecuteStandardFilter(VM_StandardFilters FilterType)
}
}
break;
case VMSF_NONE:
break;
}
}