[Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.110,1.111

Max Horn fingolfin at users.sourceforge.net
Fri Apr 22 14:57:03 CEST 2005


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

Modified Files:
	gameDetector.cpp 
Log Message:
oops

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- gameDetector.cpp	22 Apr 2005 21:49:29 -0000	1.110
+++ gameDetector.cpp	22 Apr 2005 21:56:32 -0000	1.111
@@ -297,7 +297,6 @@
 	if (option == NULL) goto ShowHelpAndExit; \
 	char *endptr = 0; \
 	int intValue = (int)strtol(option, &endptr, 10); \
-	printf("option %d, endptr %d\n", (int)option, (int)endptr); \
 	if (endptr == NULL || *endptr != 0) goto ShowHelpAndExit;
 
 // Use this for boolean options; this distinguishes between "-x" and "-X",





More information about the Scummvm-git-logs mailing list