1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix build error on Windows

This commit is contained in:
Giuseppe Scrivano 2014-06-21 18:41:49 +02:00
parent 104fd20ac3
commit 26787225c1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-06-21 Giuseppe Scrivano <gscrivan@redhat.com>
* mswindows.c (fake_fork_child): Fix build error.
Reported by: Gisle Vanem <gvanem@yahoo.no>.
2014-06-21 Nikita Vetrov <admin@kanaria.ru> (tiny change)
* openssl.c: Add one-time call OPENSSL_config in ssl_init.

View File

@ -165,7 +165,8 @@ fake_fork_child (void)
if (new_log_fp)
{
info->logfile_changed = true;
snprintf (info->filename, sizeof (info->lfilename), "%s", opt.lfilename);
snprintf (info->lfilename, sizeof (info->lfilename), "%s",
opt.lfilename);
fclose (new_log_fp);
}
}