[Scummvm-cvs-logs] SF.net SVN: scummvm:[47706] scummvm/trunk/engines/sci/engine/vm.cpp
wjpalenstijn at users.sourceforge.net
wjpalenstijn at users.sourceforge.net
Sat Jan 30 12:17:08 CET 2010
Revision: 47706
http://scummvm.svn.sourceforge.net/scummvm/?rev=47706&view=rev
Author: wjpalenstijn
Date: 2010-01-30 11:17:08 +0000 (Sat, 30 Jan 2010)
Log Message:
-----------
Fix warning
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-01-30 09:21:07 UTC (rev 47705)
+++ scummvm/trunk/engines/sci/engine/vm.cpp 2010-01-30 11:17:08 UTC (rev 47706)
@@ -126,7 +126,7 @@
warning("[VM] Access would be outside even of the stack (%d); access denied", total_offset);
return false;
} else {
- debugC(2, kDebugLevelVM, txt.c_str());
+ debugC(2, kDebugLevelVM, "%s\n", txt.c_str());
debugC(2, kDebugLevelVM, "[VM] Access within stack boundaries; access granted.\n");
return true;
}
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