mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Hopefully won't truncate array names again
This commit is contained in:
parent
9037473c7e
commit
27fb3ec1af
@ -1783,7 +1783,7 @@ static bool config_load_file(const char *path, bool set_defaults,
|
||||
if (!array_settings[i].handle)
|
||||
continue;
|
||||
config_get_array(conf, array_settings[i].ident,
|
||||
array_settings[i].ptr, sizeof(array_settings[i].ptr));
|
||||
array_settings[i].ptr, PATH_MAX_LENGTH);
|
||||
}
|
||||
|
||||
/* Path settings */
|
||||
|
Loading…
x
Reference in New Issue
Block a user