[Scummvm-cvs-logs] CVS: scummvm/bs2/driver rdwin.cpp,1.2,1.3

Jonathan Gray khalek at users.sourceforge.net
Sun Jul 27 22:31:20 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv32059/driver

Modified Files:
	rdwin.cpp 
Log Message:
it would be nice if people would update functions when adding qualifiers to prototypes

Index: rdwin.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/rdwin.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rdwin.cpp	28 Jul 2003 02:10:24 -0000	1.2
+++ rdwin.cpp	28 Jul 2003 05:30:42 -0000	1.3
@@ -62,7 +62,7 @@
 
 //-----------------------------------------------------------------------------
 
-void Zdebug(char *format,...) {
+void Zdebug(const char *format,...) {
 #ifdef __PALM_OS__
 	char buf[256]; // 1024 is too big overflow the stack
 #else





More information about the Scummvm-git-logs mailing list