[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.5,1.6

Max Horn fingolfin at users.sourceforge.net
Tue Sep 24 15:41:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv28196/common

Modified Files:
	system.h 
Log Message:
fix for bug #613369; added some files to .cvsignore

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- system.h	19 Sep 2002 16:06:49 -0000	1.5
+++ system.h	24 Sep 2002 22:40:28 -0000	1.6
@@ -72,7 +72,7 @@
 		PROP_GET_FULLSCREEN = 7
 	};
 	union Property {
-		char *caption;
+		const char *caption;
 		int cd_num;
 		int gfx_mode;
 		bool show_cursor;





More information about the Scummvm-git-logs mailing list