pidgin/win32/winpidgin.c

changeset 21204
93f18311e16a
parent 20906
fbc3ab9c344e
child 20257
e52756e57259
--- a/pidgin/win32/winpidgin.c	Fri Oct 12 02:06:38 2007 +0000
+++ b/pidgin/win32/winpidgin.c	Fri Oct 12 02:18:35 2007 +0000
@@ -545,7 +545,7 @@
 	if (strstr(lpszCmdLine, "-d") || strstr(lpszCmdLine, "-h") || strstr(lpszCmdLine, "-v")) {
 		/* If stdout hasn't been redirected to a file, alloc a console
 		 *  (_istty() doesn't work for stuff using the GUI subsystem) */
-		if (_fileno(stdout) == -1) {
+		if (_fileno(stdout) == -1 || _fileno(stdout) == -2) {
 			LPFNATTACHCONSOLE MyAttachConsole = NULL;
 			if ((hmod = GetModuleHandle("kernel32.dll"))) {
 				MyAttachConsole =

mercurial