mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Merge pull request #1440 from joolswills/appendconfig
wrong parameter for strtok_r when splitting extra_path (appendconfig). f...
This commit is contained in:
commit
a372d78e53
@ -1082,7 +1082,7 @@ static bool config_load_file(const char *path, bool set_defaults)
|
|||||||
ret = config_append_file(conf, extra_path);
|
ret = config_append_file(conf, extra_path);
|
||||||
if (!ret)
|
if (!ret)
|
||||||
RARCH_ERR("Failed to append config \"%s\"\n", extra_path);
|
RARCH_ERR("Failed to append config \"%s\"\n", extra_path);
|
||||||
extra_path = strtok_r(NULL, ";", &save);
|
extra_path = strtok_r(NULL, ",", &save);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_extern.verbosity)
|
if (g_extern.verbosity)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user