[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.101,1.102

Eugene Sandulenko sev at users.sourceforge.net
Sat Jan 28 18:56:02 CET 2006


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9512

Modified Files:
	main.cpp 
Log Message:
Oops. I should've test it before commit. Fixed now.


Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- main.cpp	29 Jan 2006 02:44:29 -0000	1.101
+++ main.cpp	29 Jan 2006 02:55:30 -0000	1.102
@@ -493,6 +493,8 @@
 #ifndef _WIN32_WCE
 	if (caret)
 		printf("%s\n", buf);
+	else
+		printf("%s", buf);
 #endif
 
 #if defined( USE_WINDBG )





More information about the Scummvm-git-logs mailing list