[Scummvm-cvs-logs] SF.net SVN: scummvm: [22620] scummvm/trunk/engines/agi/console.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed May 24 15:06:02 CEST 2006


Revision: 22620
Author:   eriktorbjorn
Date:     2006-05-24 15:05:12 -0700 (Wed, 24 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22620&view=rev

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

Modified Paths:
--------------
    scummvm/trunk/engines/agi/console.cpp
Modified: scummvm/trunk/engines/agi/console.cpp
===================================================================
--- scummvm/trunk/engines/agi/console.cpp	2006-05-24 21:56:14 UTC (rev 22619)
+++ scummvm/trunk/engines/agi/console.cpp	2006-05-24 22:05:12 UTC (rev 22620)
@@ -148,7 +148,7 @@
 			p[3] = argv[5] ? (char)strtoul(argv[5], NULL, 0) : 0;
 			p[4] = argv[6] ? (char)strtoul(argv[6], NULL, 0) : 0;
 
-			debugC(5, kDebugLevelMain, "Opcode: %s %d %d %d", logic_names_cmd[i].name, argv[1], argv[2], argv[3]);
+			debugC(5, kDebugLevelMain, "Opcode: %s %s %s %s", logic_names_cmd[i].name, argv[1], argv[2], argv[3]);
 
 			execute_agi_command(i, p);
 


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