[Scummvm-cvs-logs] CVS: scummvm/sword1 sworddefs.h,1.17,1.18

Max Horn fingolfin at users.sourceforge.net
Sat Dec 11 14:06:10 CET 2004


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

Modified Files:
	sworddefs.h 
Log Message:
Const correctness

Index: sworddefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sworddefs.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- sworddefs.h	10 Dec 2004 17:55:03 -0000	1.17
+++ sworddefs.h	11 Dec 2004 22:04:54 -0000	1.18
@@ -135,7 +135,7 @@
 };
 
 struct CdFile {
-	char *name;
+	const char *name;
 	uint8 flags;
 };
 





More information about the Scummvm-git-logs mailing list