[Scummvm-cvs-logs] SF.net SVN: scummvm:[44490] scummvm/trunk/engines/sci/engine/kstring.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Wed Sep 30 17:21:45 CEST 2009
Revision: 44490
http://scummvm.svn.sourceforge.net/scummvm/?rev=44490&view=rev
Author: thebluegr
Date: 2009-09-30 15:21:44 +0000 (Wed, 30 Sep 2009)
Log Message:
-----------
Fixed regression in r44417, found by waltervn. The score in KQ1SCI should be diplayed correctly again
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kstring.cpp
Modified: scummvm/trunk/engines/sci/engine/kstring.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kstring.cpp 2009-09-30 14:54:18 UTC (rev 44489)
+++ scummvm/trunk/engines/sci/engine/kstring.cpp 2009-09-30 15:21:44 UTC (rev 44490)
@@ -529,6 +529,7 @@
val = (int16)arguments[paramindex];
target += sprintf(target, format_string, val);
+ paramindex++;
CHECK_OVERFLOW1(target, 0, NULL_REG);
unsigned_var = 0;
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