From 5beb59b249deb07ee1c8efd31afaf6b5f1cf54bc Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Mon, 2 Mar 2009 10:29:49 -0800 Subject: [PATCH] Fixed my stupid CONAIR typo... --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 7c921b77..afd60343 100644 --- a/src/main.c +++ b/src/main.c @@ -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, _("\ -- 2.39.2