aboutsummaryrefslogtreecommitdiff
path: root/engines/advancedDetector.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2014-08-06 15:08:57 +0300
committerFilippos Karapetis2014-08-06 15:08:57 +0300
commit672a46b84f478abbc7d28fd493ed3ae1629fe677 (patch)
treeacf3dc56aa611de63de5a77381db648d42b76079 /engines/advancedDetector.cpp
parent1f2db3404214088654d24616d9f22fc83929a709 (diff)
downloadscummvm-rg350-672a46b84f478abbc7d28fd493ed3ae1629fe677.tar.gz
scummvm-rg350-672a46b84f478abbc7d28fd493ed3ae1629fe677.tar.bz2
scummvm-rg350-672a46b84f478abbc7d28fd493ed3ae1629fe677.zip
DETECTOR: Do not show the zero matched size for illegitimate copies
Diffstat (limited to 'engines/advancedDetector.cpp')
-rw-r--r--engines/advancedDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index fa23f5fa1a..72629a833e 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -122,7 +122,7 @@ bool cleanupPirated(ADGameDescList &matched) {
// We ruled out all variants and now have nothing
if (matched.empty()) {
- warning("Illegitimate game copy detected. We give no support in such cases %d", matched.size());
+ warning("Illegitimate game copy detected. We provide no support in such cases");
return true;
}
}