[Scummvm-cvs-logs] CVS: scummvm/saga events.cpp,1.1,1.2

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Apr 13 02:29:10 CEST 2004


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

Modified Files:
	events.cpp 
Log Message:
Fixed warning. (There are plenty of warnings in the SAGA engine, but this
one was obvious how to fix. :-)


Index: events.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/events.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- events.cpp	12 Apr 2004 21:40:46 -0000	1.1
+++ events.cpp	13 Apr 2004 09:14:19 -0000	1.2
@@ -603,7 +603,7 @@
 
 		if (event_count > R_EVENT_WARNINGCOUNT) {
 			R_printf(R_STDERR,
-			    "WARNING: Event list exceeds %u.\n");
+			    "WARNING: Event list exceeds %u.\n", R_EVENT_WARNINGCOUNT);
 		}
 	}
 





More information about the Scummvm-git-logs mailing list