mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fixed my stupid CONAIR typo...
This commit is contained in:
parent
4092d7eedc
commit
5beb59b249
@ -1124,7 +1124,7 @@ for details.\n\n"));
|
|||||||
{
|
{
|
||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
FILE *result;
|
FILE *result;
|
||||||
result = freopen ("CONAIR$", "wb", stdout);
|
result = freopen ("CONOUT$", "wb", stdout);
|
||||||
if (result == NULL)
|
if (result == NULL)
|
||||||
{
|
{
|
||||||
logputs (LOG_NOTQUIET, _("\
|
logputs (LOG_NOTQUIET, _("\
|
||||||
|
Loading…
Reference in New Issue
Block a user