mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Fix segfault.
This commit is contained in:
parent
51cfb3f886
commit
48b8c74968
@ -2139,7 +2139,7 @@ static bool data_list_append(rarch_setting_t **list,
|
||||
return false;
|
||||
}
|
||||
|
||||
*list[list_info->index++] = value;
|
||||
(*list)[list_info->index++] = value;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user