mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 21:11:04 +00:00
Merge pull request #8145 from orbea/warning
Fix -Wformat-truncation warning.
This commit is contained in:
commit
a9b576979a
@ -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…
Reference in New Issue
Block a user