Correct sizeof argument too

This commit is contained in:
twinaphex 2015-10-28 17:02:38 +01:00
parent e991945ece
commit 2437f8cd97

View File

@ -1102,7 +1102,7 @@ static int action_ok_download_generic(const char *path,
else
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));