[Scummvm-cvs-logs] SF.net SVN: scummvm:[47691] scummvm/trunk/engines/sci/engine/kernel32.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jan 30 01:21:32 CET 2010


Revision: 47691
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47691&view=rev
Author:   thebluegr
Date:     2010-01-30 00:21:32 +0000 (Sat, 30 Jan 2010)

Log Message:
-----------
Implemented kString case 12 - it was really kFormat in disguise :)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel32.cpp

Modified: scummvm/trunk/engines/sci/engine/kernel32.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel32.cpp	2010-01-29 23:59:50 UTC (rev 47690)
+++ scummvm/trunk/engines/sci/engine/kernel32.cpp	2010-01-30 00:21:32 UTC (rev 47691)
@@ -617,8 +617,7 @@
 		warning("kString(Printf)");
 		break;
 	case 12: // Printf Buf
-		// TODO: Store a formatted string in a specified string
-		warning("kString(PrintfBuf)");
+		return kFormat(s, argc - 1, argv + 1);
 		break;
 	case 13: { // atoi
 		Common::String string = s->_segMan->getString(argv[1]);


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