mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
load_content_from_compressed_archive - prevent warning
This commit is contained in:
parent
dc12f07a55
commit
b57b5f3624
1 changed files with 1 additions and 1 deletions
|
@ -1294,9 +1294,9 @@ static bool load_content_from_compressed_archive(
|
|||
bool need_fullpath, const char *path)
|
||||
{
|
||||
union string_list_elem_attr attributes;
|
||||
ssize_t new_path_len;
|
||||
char new_path[PATH_MAX_LENGTH];
|
||||
char new_basedir[PATH_MAX_LENGTH];
|
||||
ssize_t new_path_len = 0;
|
||||
bool ret = false;
|
||||
settings_t *settings = config_get_ptr();
|
||||
rarch_system_info_t *sys_info= NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue