[Scummvm-cvs-logs] SF.net SVN: scummvm:[47309] scummvm/trunk/engines/sci/sound/midiparser_sci. cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Fri Jan 15 19:02:12 CET 2010


Revision: 47309
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47309&view=rev
Author:   eriktorbjorn
Date:     2010-01-15 18:01:49 +0000 (Fri, 15 Jan 2010)

Log Message:
-----------
Fixed warning.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/midiparser_sci.cpp

Modified: scummvm/trunk/engines/sci/sound/midiparser_sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/midiparser_sci.cpp	2010-01-15 15:37:40 UTC (rev 47308)
+++ scummvm/trunk/engines/sci/sound/midiparser_sci.cpp	2010-01-15 18:01:49 UTC (rev 47309)
@@ -344,7 +344,7 @@
 				new_delta -= 240;
 			}
 			*outData++ = (byte)new_delta;
-			debugC(2, kDebugLevelSound, "%02X ", new_delta);
+			debugC(2, kDebugLevelSound, "%02X ", (uint32)new_delta);
 		}
 		// Write command
 		switch (command) {


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