[Scummvm-cvs-logs] SF.net SVN: scummvm:[54506] scummvm/trunk/engines/hugo/schedule.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Nov 27 09:27:14 CET 2010


Revision: 54506
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54506&view=rev
Author:   eriktorbjorn
Date:     2010-11-27 08:27:13 +0000 (Sat, 27 Nov 2010)

Log Message:
-----------
HUGO: Fix warning

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/schedule.cpp

Modified: scummvm/trunk/engines/hugo/schedule.cpp
===================================================================
--- scummvm/trunk/engines/hugo/schedule.cpp	2010-11-26 23:57:39 UTC (rev 54505)
+++ scummvm/trunk/engines/hugo/schedule.cpp	2010-11-27 08:27:13 UTC (rev 54506)
@@ -123,7 +123,7 @@
 * a real tick, in which case the system tick is simply incremented
 */
 uint32 Scheduler::getDosTicks(bool updateFl) {
-	debugC(5, kDebugSchedule, "getDosTicks(%s)", (updateFl) ? 1 : 0);
+	debugC(5, kDebugSchedule, "getDosTicks(%s)", (updateFl) ? "TRUE" : "FALSE");
 
 	static  uint32 tick = 0;                        // Current system time in ticks
 	static  uint32 t_old = 0;                       // The previous wall time in ticks


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