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:
parent
104fd20ac3
commit
26787225c1
@ -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)
|
2014-06-21 Nikita Vetrov <admin@kanaria.ru> (tiny change)
|
||||||
|
|
||||||
* openssl.c: Add one-time call OPENSSL_config in ssl_init.
|
* openssl.c: Add one-time call OPENSSL_config in ssl_init.
|
||||||
|
@ -165,7 +165,8 @@ fake_fork_child (void)
|
|||||||
if (new_log_fp)
|
if (new_log_fp)
|
||||||
{
|
{
|
||||||
info->logfile_changed = true;
|
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);
|
fclose (new_log_fp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user