mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Use fill_string_join
This commit is contained in:
parent
ec16640e55
commit
8d1aaa4905
@ -695,7 +695,7 @@ static bool event_save_core_config(void)
|
|||||||
else
|
else
|
||||||
strlcpy(tmp, ".cfg", sizeof(tmp));
|
strlcpy(tmp, ".cfg", sizeof(tmp));
|
||||||
|
|
||||||
strlcat(config_path, tmp, sizeof(config_path));
|
fill_string_join(config_path, tmp, sizeof(config_path));
|
||||||
|
|
||||||
if (!path_file_exists(config_path))
|
if (!path_file_exists(config_path))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user