mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Some more truncation fixes
This commit is contained in:
parent
4a9c7384c7
commit
4e66ec28cb
@ -1002,7 +1002,7 @@ static void xmb_update_savestate_thumbnail_path(void *data, unsigned i)
|
||||
|| (string_is_equal_fast(entry.label, "loadstate", 9))
|
||||
|| (string_is_equal_fast(entry.label, "savestate", 9))))
|
||||
{
|
||||
char path[PATH_MAX_LENGTH];
|
||||
char path[8204];
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
path[0] = '\0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user