mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Reduce variable size
This commit is contained in:
parent
2518ad47d9
commit
b3a4c02d05
@ -5619,7 +5619,7 @@ unsigned menu_displaylist_build_list(
|
||||
for (i = 0; i < num_images; i++)
|
||||
{
|
||||
char current_image_str[PATH_MAX_LENGTH];
|
||||
char image_label[PATH_MAX_LENGTH];
|
||||
char image_label[128];
|
||||
|
||||
current_image_str[0] = '\0';
|
||||
image_label[0] = '\0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user