[Scummvm-cvs-logs] CVS: tools extract_mm_nes.c,1.19,1.20

kirben kirben at users.sourceforge.net
Thu Jan 19 16:26:02 CET 2006


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

Modified Files:
	extract_mm_nes.c 
Log Message:

Update radme pointer.


Index: extract_mm_nes.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract_mm_nes.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- extract_mm_nes.c	18 Jan 2006 16:25:16 -0000	1.19
+++ extract_mm_nes.c	20 Jan 2006 00:25:14 -0000	1.20
@@ -1025,7 +1025,7 @@
 
 	if ((readByte(input) == 'N') && (readByte(input) == 'E') && (readByte(input) == 'S') && (readByte(input) == 0x1A)) {
 		printf("You have specified an iNES formatted ROM image, which is not supported.\n"
-			"You must input the PRG section only - see ScummVM README section 3.8.");
+			"You must input the PRG section only - see ScummVM README section 3.9.");
 		return 1;
 	}
 	rewind(input);





More information about the Scummvm-git-logs mailing list