mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Bugfix
This commit is contained in:
parent
cef2d57629
commit
4ef56581a9
@ -1792,7 +1792,7 @@ static bool config_load_file(const char *path, bool set_defaults,
|
||||
if (!path_settings[i].handle)
|
||||
continue;
|
||||
if (config_get_path(conf, path_settings[i].ident, tmp_str, sizeof(tmp_str)))
|
||||
strlcpy(path_settings[i].ptr, tmp_str, sizeof(tmp_str));
|
||||
strlcpy(path_settings[i].ptr, tmp_str, PATH_MAX_LENGTH);
|
||||
}
|
||||
|
||||
if (config_get_path(conf, "cheat_settings_path", tmp_str, sizeof(tmp_str)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user