[Scummvm-cvs-logs] CVS: scummvm/scumm string.cpp,1.122,1.123

Max Horn fingolfin at users.sourceforge.net
Thu May 29 17:57:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv21225

Modified Files:
	string.cpp 
Log Message:
removed debug output (checked that in by accident)

Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- string.cpp	28 May 2003 23:37:04 -0000	1.122
+++ string.cpp	30 May 2003 00:56:32 -0000	1.123
@@ -762,14 +762,10 @@
 	} else {
 		return;
 	}
-printf("Looking for language.bnd...");
-
 	if(file.isOpen() == false) {
 		_existLanguageFile = false;
-		printf(" not found!\n");
 		return;
 	}
-	printf(" found!\n");
 
 	size = file.size();
 	_languageBuffer = (char *)calloc(1, size+1);





More information about the Scummvm-git-logs mailing list