[Scummvm-cvs-logs] CVS: tools rescumm.c,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Mon Sep 15 09:52:03 CEST 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv8175

Modified Files:
	rescumm.c 
Log Message:
unknown escape sequence '\%'

Index: rescumm.c
===================================================================
RCS file: /cvsroot/scummvm/tools/rescumm.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- rescumm.c	15 Sep 2003 16:50:01 -0000	1.7
+++ rescumm.c	15 Sep 2003 16:51:20 -0000	1.8
@@ -46,7 +46,7 @@
 
 	if (argc < 2) {
 		fputs("error: you must specify the mac data file on the command line.\n", stderr);
-		fputs(" i.e. \% rescumm \"Sam & Max Demo Data\"\n", stderr);
+		fputs(" i.e. % rescumm \"Sam & Max Demo Data\"\n", stderr);
 		fputs("\nA note on usage. Some Lucas Arts CDs appear to contains only an application.\n", stderr);
 		fputs("They actually contain a seperate data file as an invisible file.\n", stderr);
 			 





More information about the Scummvm-git-logs mailing list