diff options
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/tinsel/detection.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index e02eec44a3..01c4209321 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -604,7 +604,7 @@ const ADGameDescription *TinselMetaEngine::fallbackDetect(const Common::FSList &  			char tempFilename[50];  			strcpy(tempFilename, fileDesc->fileName);  			char *pOne = strchr(tempFilename, '1'); -			if (pOne) strcpy(pOne, pOne + 1); +			if (pOne) strcpy(pOne, pOne + 1);	// FIXME: Valgrind complains about this  			Common::String fname(tempFilename);  			if (allFiles.contains(fname) && !filesSizeMD5.contains(fname)) {  | 
