mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 14:53:39 +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
|
||||
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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user