mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Change size of char tmp to 8192
This commit is contained in:
parent
606d3b465f
commit
11ad4eb227
@ -2734,7 +2734,7 @@ static unsigned menu_displaylist_parse_content_information(
|
||||
unsigned count = 0;
|
||||
int n = 0;
|
||||
char core_name[PATH_MAX_LENGTH];
|
||||
char tmp[PATH_MAX_LENGTH];
|
||||
char tmp[8192];
|
||||
|
||||
core_name[0] = '\0';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user