mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(menu_displaylist.c) Fix warning
This commit is contained in:
parent
3a9a8d8d70
commit
2cad59092c
@ -2704,7 +2704,7 @@ static unsigned menu_displaylist_parse_content_information(
|
||||
bool playlist_valid = false;
|
||||
unsigned count = 0;
|
||||
char core_name[PATH_MAX_LENGTH];
|
||||
char tmp[PATH_MAX_LENGTH];
|
||||
char tmp[8192];
|
||||
|
||||
core_name[0] = '\0';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user