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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jan 26 12:28:11 CET 2010


Revision: 47564
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47564&view=rev
Author:   thebluegr
Date:     2010-01-26 11:28:11 +0000 (Tue, 26 Jan 2010)

Log Message:
-----------
Wording - we ignore calls to kUnload with less than 2 parameters

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

Modified: scummvm/trunk/engines/sci/engine/kscripts.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kscripts.cpp	2010-01-26 11:25:15 UTC (rev 47563)
+++ scummvm/trunk/engines/sci/engine/kscripts.cpp	2010-01-26 11:28:11 UTC (rev 47564)
@@ -83,7 +83,7 @@
 		if (argc > 2)
 			warning("kUnload called with more than 2 parameters (%d)", argc);
 	} else {
-		warning("kUnload called with %d arguments - ignoring", argc);
+		warning("kUnload called with less than 2 parameters (%d) - ignoring", argc);
 	}
 
 	return s->r_acc;


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