[Scummvm-cvs-logs] CVS: tools simon2mp3.c,1.22,1.23

Max Horn fingolfin at users.sourceforge.net
Sun Nov 9 15:48:01 CET 2003


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

Modified Files:
	simon2mp3.c 
Log Message:
forgot to commit this one

Index: simon2mp3.c
===================================================================
RCS file: /cvsroot/scummvm/tools/simon2mp3.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- simon2mp3.c	9 Nov 2003 23:45:44 -0000	1.22
+++ simon2mp3.c	9 Nov 2003 23:46:58 -0000	1.23
@@ -99,7 +99,7 @@
 	fseek(input, 0, SEEK_SET);
 
 	for (i = 1; i <= size / 6; i++) {
-		filenums[i] = readUint16BE();
+		filenums[i] = readUint16BE(input);
 		offsets[i] = readUint32BE(input);
 	}
 	return(size/6);





More information about the Scummvm-git-logs mailing list