[Scummvm-cvs-logs] SF.net SVN: scummvm:[52383] scummvm/trunk/engines/advancedDetector.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Aug 25 13:50:24 CEST 2010


Revision: 52383
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52383&view=rev
Author:   sev
Date:     2010-08-25 11:50:23 +0000 (Wed, 25 Aug 2010)

Log Message:
-----------
AD: Print out infromation about unknown version in better format

Now it is suitable for direct copy/pasting into detection tables.

Modified Paths:
--------------
    scummvm/trunk/engines/advancedDetector.cpp

Modified: scummvm/trunk/engines/advancedDetector.cpp
===================================================================
--- scummvm/trunk/engines/advancedDetector.cpp	2010-08-25 11:46:50 UTC (rev 52382)
+++ scummvm/trunk/engines/advancedDetector.cpp	2010-08-25 11:50:23 UTC (rev 52383)
@@ -342,7 +342,7 @@
 	printf("of the game you tried to add and its version/language/etc.:\n");
 
 	for (SizeMD5Map::const_iterator file = filesSizeMD5.begin(); file != filesSizeMD5.end(); ++file)
-		printf("  \"%s\", \"%s\", %d\n", file->_key.c_str(), file->_value.md5, file->_value.size);
+		printf("  {\"%s\", 0, \"%s\", %d},\n", file->_key.c_str(), file->_value.md5, file->_value.size);
 
 	printf("\n");
 }


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