[Scummvm-cvs-logs] SF.net SVN: scummvm: [25175] scummvm/trunk/common/advancedDetector.cpp
sev at users.sourceforge.net
sev at users.sourceforge.net
Thu Jan 25 01:47:35 CET 2007
Revision: 25175
http://scummvm.svn.sourceforge.net/scummvm/?rev=25175&view=rev
Author: sev
Date: 2007-01-24 16:47:35 -0800 (Wed, 24 Jan 2007)
Log Message:
-----------
Print out file size for unmatched files. Also alter output slighty.
Modified Paths:
--------------
scummvm/trunk/common/advancedDetector.cpp
Modified: scummvm/trunk/common/advancedDetector.cpp
===================================================================
--- scummvm/trunk/common/advancedDetector.cpp 2007-01-25 00:43:35 UTC (rev 25174)
+++ scummvm/trunk/common/advancedDetector.cpp 2007-01-25 00:47:35 UTC (rev 25175)
@@ -354,7 +354,7 @@
printf("ScummVM team along with your game name and version:\n");
for (StringMap::const_iterator file = filesMD5.begin(); file != filesMD5.end(); ++file)
- printf("%s: %s\n", file->_key.c_str(), file->_value.c_str());
+ printf("%s: \"%s\", %d\n", file->_key.c_str(), file->_value.c_str(), filesSize[file->_key]);
}
return matched;
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