[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.452,1.453

Travis Howell kirben at users.sourceforge.net
Sat Aug 21 02:52:00 CEST 2004


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32381/simon

Modified Files:
	simon.cpp 
Log Message:

Typo


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -d -r1.452 -r1.453
--- simon.cpp	21 Aug 2004 00:47:29 -0000	1.452
+++ simon.cpp	21 Aug 2004 09:51:01 -0000	1.453
@@ -115,7 +115,7 @@
 		for (FSList::const_iterator file = fslist.begin(); file != fslist.end(); ++file) {
 			const char *name = file->displayName().c_str();
 
-			if ((0 == scumm_stricmp(detectName, name))  || (!0 == scumm_stricmp(detectName2, name))) {
+			if ((!scumm_stricmp(detectName, name))  || (!scumm_stricmp(detectName2, name))) {
 				// Match found, add to list of candidates, then abort inner loop.
 				detectedGames.push_back(g->toGameSettings());
 				fileSet.addKey(file->path());





More information about the Scummvm-git-logs mailing list