mirror of
https://github.com/mirror/wget.git
synced 2026-08-19 09:23:27 +08:00
Fixed my stupid CONAIR typo...
This commit is contained in:
@@ -1124,7 +1124,7 @@ for details.\n\n"));
|
||||
{
|
||||
#ifdef WINDOWS
|
||||
FILE *result;
|
||||
result = freopen ("CONAIR$", "wb", stdout);
|
||||
result = freopen ("CONOUT$", "wb", stdout);
|
||||
if (result == NULL)
|
||||
{
|
||||
logputs (LOG_NOTQUIET, _("\
|
||||
|
||||
Reference in New Issue
Block a user