aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/plugin.cpp')
-rw-r--r--engines/touche/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/touche/plugin.cpp b/engines/touche/plugin.cpp
index 47ec8d1afe..9071445455 100644
--- a/engines/touche/plugin.cpp
+++ b/engines/touche/plugin.cpp
@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $URL$
- * $Id: $
+ * $Id$
*
*/
@@ -102,7 +102,7 @@ DetectedGameList Engine_TOUCHE_detectGames(const FSList &fslist) {
continue;
}
for (int i = 0; i < ARRAYSIZE(toucheGameVersionsTable); ++i) {
- if (scumm_stricmp(file->name().c_str(), toucheDetectFileName) == 0) {
+ if (file->name().equalsIgnoreCase(toucheDetectFileName)) {
foundFile = true;
break;
}