[quake3-commits] r1713 - trunk/code/sys

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Oct 27 07:48:18 EDT 2009


Author: tma
Date: 2009-10-27 07:48:18 -0400 (Tue, 27 Oct 2009)
New Revision: 1713

Modified:
   trunk/code/sys/sys_win32.c
Log:
* Remove disabling of stdout/err redirection on windows as it doesn't work
  (since the environment variable is acted upon by the SDL_main stuff, which
  happens before our main)


Modified: trunk/code/sys/sys_win32.c
===================================================================
--- trunk/code/sys/sys_win32.c	2009-10-27 11:13:33 UTC (rev 1712)
+++ trunk/code/sys/sys_win32.c	2009-10-27 11:48:18 UTC (rev 1713)
@@ -650,8 +650,5 @@
 	}
 	else
 		SDL_VIDEODRIVER_externallySet = qfalse;
-
-	// Don't redirect to stdout.txt and stderr.txt
-	_putenv( "SDL_STDIO_REDIRECT=0" );
 #endif
 }



More information about the quake3-commits mailing list