aboutsummaryrefslogtreecommitdiff
path: root/common/advancedDetector.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-04-09 11:29:44 +0000
committerEugene Sandulenko2007-04-09 11:29:44 +0000
commitc2b288028741a8abda8e89c146e15f5209ba78e4 (patch)
treed466632fc673c0a294d0a29e08180a6483b6ba03 /common/advancedDetector.cpp
parentb134842cbccb3afd7dad6530abff1313584990ae (diff)
downloadscummvm-rg350-c2b288028741a8abda8e89c146e15f5209ba78e4.tar.gz
scummvm-rg350-c2b288028741a8abda8e89c146e15f5209ba78e4.tar.bz2
scummvm-rg350-c2b288028741a8abda8e89c146e15f5209ba78e4.zip
Improve report of unknown MD5, to ease copy-pasting to detection code
svn-id: r26433
Diffstat (limited to 'common/advancedDetector.cpp')
-rw-r--r--common/advancedDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/advancedDetector.cpp b/common/advancedDetector.cpp
index 937f764ccb..792acf47b2 100644
--- a/common/advancedDetector.cpp
+++ b/common/advancedDetector.cpp
@@ -411,7 +411,7 @@ static ADGameDescList detectGame(const FSList *fslist, const Common::ADParams &p
printf("and its version/language/etc.:\n");
for (StringMap::const_iterator file = filesMD5.begin(); file != filesMD5.end(); ++file)
- printf(" %s: '%s', %d\n", file->_key.c_str(), file->_value.c_str(), filesSize[file->_key]);
+ printf(" \"%s\", \"%s\", %d\n", file->_key.c_str(), file->_value.c_str(), filesSize[file->_key]);
printf("\n");
}