mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Reduce size of image_label
This commit is contained in:
parent
65534f0286
commit
2518ad47d9
@ -234,7 +234,7 @@ static void disk_control_get_index_set_msg(
|
||||
unsigned *msg_duration, char *msg, size_t len)
|
||||
{
|
||||
bool has_label = false;
|
||||
char image_label[PATH_MAX_LENGTH];
|
||||
char image_label[128];
|
||||
|
||||
image_label[0] = '\0';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user