load_content_from_compressed_archive - prevent warning

This commit is contained in:
twinaphex 2016-03-01 07:20:16 +01:00
parent dc12f07a55
commit b57b5f3624

View File

@ -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;