mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(Menu) Fix a segfault in playlist associations
This commit is contained in:
parent
f04f4c89c8
commit
f834c23222
@ -288,7 +288,7 @@ static int action_left_video_resolution(unsigned type, const char *label,
|
|||||||
static int playlist_association_left(unsigned type, const char *label,
|
static int playlist_association_left(unsigned type, const char *label,
|
||||||
bool wraparound)
|
bool wraparound)
|
||||||
{
|
{
|
||||||
size_t i, next, found, current = 0;
|
int i, next, found, current = 0;
|
||||||
char core_path[PATH_MAX_LENGTH] = {0};
|
char core_path[PATH_MAX_LENGTH] = {0};
|
||||||
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user