[Scummvm-cvs-logs] CVS: scummvm/sound mididrv.cpp,1.21,1.22

Jonathan Gray khalek at users.sourceforge.net
Tue Nov 12 07:09:06 CET 2002


Update of /cvsroot/scummvm/scummvm/sound
In directory usw-pr-cvs1:/tmp/cvs-serv4923

Modified Files:
	mididrv.cpp 
Log Message:
another readme location updating

Index: mididrv.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- mididrv.cpp	4 Nov 2002 18:29:26 -0000	1.21
+++ mididrv.cpp	12 Nov 2002 15:08:53 -0000	1.22
@@ -552,7 +552,7 @@
 	if (device_name != NULL) {
 		device = (::open((device_name), O_RDWR, 0));
 	} else {
-		warning("You need to set-up the SCUMMVM_MIDI environment variable properly (see readme.txt) ");
+		warning("You need to set-up the SCUMMVM_MIDI environment variable properly (see README) ");
 	}
 	if ((device_name == NULL) || (device < 0)) {
 		if (device_name == NULL)





More information about the Scummvm-git-logs mailing list