[Scummvm-cvs-logs] CVS: scummvm/scumm resource_v7he.cpp,1.4,1.5

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Jun 30 22:47:18 CEST 2004


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

Modified Files:
	resource_v7he.cpp 
Log Message:
fixed compilation

Index: resource_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v7he.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- resource_v7he.cpp	27 Jun 2004 13:24:15 -0000	1.4
+++ resource_v7he.cpp	1 Jul 2004 05:46:39 -0000	1.5
@@ -163,7 +163,7 @@
 		return NULL;
 
 	for (c = 0 ; c < (int)RES_TYPE_COUNT ; c++) {
-		if (res_types[c] != NULL && !strcasecmp(type, res_types[c]))
+		if (res_types[c] != NULL && !scumm_stricmp(type, res_types[c]))
 			return res_type_ids[c];
 	}
 





More information about the Scummvm-git-logs mailing list