mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
menu_list_get_entry - fix bug
This commit is contained in:
parent
9622714ee1
commit
09d6294dc2
@ -480,6 +480,8 @@ void menu_list_get_entry(menu_entry_t *entry, size_t i, void *userdata,
|
||||
|
||||
entry->id = i;
|
||||
|
||||
if (path)
|
||||
strlcpy(entry->path, path, sizeof(entry->path));
|
||||
if (entry_label)
|
||||
strlcpy(entry->label, entry_label, sizeof(entry->label));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user