[Scummvm-cvs-logs] SF.net SVN: scummvm: [32676] scummvm/trunk/engines/made/database.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu Jun 12 20:33:34 CEST 2008


Revision: 32676
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32676&view=rev
Author:   drmccoy
Date:     2008-06-12 11:33:34 -0700 (Thu, 12 Jun 2008)

Log Message:
-----------
Fixing compilation

Modified Paths:
--------------
    scummvm/trunk/engines/made/database.cpp

Modified: scummvm/trunk/engines/made/database.cpp
===================================================================
--- scummvm/trunk/engines/made/database.cpp	2008-06-12 18:11:09 UTC (rev 32675)
+++ scummvm/trunk/engines/made/database.cpp	2008-06-12 18:33:34 UTC (rev 32676)
@@ -489,7 +489,7 @@
 
 	}
 
-	debug(1, "findObjectProperty(%04X, %04) Property not found", objectIndex, propertyId);
+	debug(1, "findObjectProperty(%04X, %04X) Property not found", objectIndex, propertyId);
 	return NULL;
 
 }


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