mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Correct sizeof argument too
This commit is contained in:
parent
e991945ece
commit
2437f8cd97
@ -1102,7 +1102,7 @@ static int action_ok_download_generic(const char *path,
|
|||||||
else
|
else
|
||||||
strlcpy(s, settings->network.buildbot_url, sizeof(s));
|
strlcpy(s, settings->network.buildbot_url, sizeof(s));
|
||||||
|
|
||||||
fill_pathname_join(s3, s, path, sizeof(s));
|
fill_pathname_join(s3, s, path, sizeof(s3));
|
||||||
|
|
||||||
strlcpy(core_updater_path, path, sizeof(core_updater_path));
|
strlcpy(core_updater_path, path, sizeof(core_updater_path));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user