[Scummvm-cvs-logs] SF.net SVN: scummvm: [26711] scummvm/trunk/common/util.cpp

knakos at users.sourceforge.net knakos at users.sourceforge.net
Tue May 1 15:13:41 CEST 2007


Revision: 26711
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26711&view=rev
Author:   knakos
Date:     2007-05-01 06:13:40 -0700 (Tue, 01 May 2007)

Log Message:
-----------
also dump debug to stdout in ce

Modified Paths:
--------------
    scummvm/trunk/common/util.cpp

Modified: scummvm/trunk/common/util.cpp
===================================================================
--- scummvm/trunk/common/util.cpp	2007-05-01 12:32:01 UTC (rev 26710)
+++ scummvm/trunk/common/util.cpp	2007-05-01 13:13:40 UTC (rev 26711)
@@ -415,12 +415,10 @@
 		strcpy(buf, in_buf);
 	}
 
-#ifndef _WIN32_WCE
 	if (caret)
 		printf("%s\n", buf);
 	else
 		printf("%s", buf);
-#endif
 
 #if defined( USE_WINDBG )
 	if (caret)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list