mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix -Wformat-truncation warning.
This commit is contained in:
parent
ba3c7c3fd5
commit
ad217bc80c
@ -542,7 +542,7 @@ static int menu_displaylist_parse_system_info(menu_displaylist_info_t *info)
|
||||
|
||||
if (frontend)
|
||||
{
|
||||
char tmp2[8192];
|
||||
char tmp2[PATH_MAX_LENGTH];
|
||||
int major = 0;
|
||||
int minor = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user