[Scummvm-cvs-logs] SF.net SVN: scummvm:[51341] scummvm/trunk/engines/sci/engine/vm.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Tue Jul 27 03:51:10 CEST 2010
Revision: 51341
http://scummvm.svn.sourceforge.net/scummvm/?rev=51341&view=rev
Author: mthreepwood
Date: 2010-07-27 01:51:10 +0000 (Tue, 27 Jul 2010)
Log Message:
-----------
SCI: Add a 0x prefix to localCall to show it's a hexadecimal number
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/vm.cpp
Modified: scummvm/trunk/engines/sci/engine/vm.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/vm.cpp 2010-07-27 01:05:38 UTC (rev 51340)
+++ scummvm/trunk/engines/sci/engine/vm.cpp 2010-07-27 01:51:10 UTC (rev 51341)
@@ -704,7 +704,7 @@
switch (solution.type) {
case WORKAROUND_NONE:
kernel->signatureDebug(kernelCall.signature, argc, argv);
- error("[VM] k%s[%x]: signature mismatch via method %s::%s (script %d, room %d, localCall %x)",
+ error("[VM] k%s[%x]: signature mismatch via method %s::%s (script %d, room %d, localCall 0x%x)",
kernelCall.name, kernelCallNr, originReply.objectName.c_str(), originReply.methodName.c_str(),
originReply.scriptNr, s->currentRoomNumber(), originReply.localCallOffset);
break;
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