[Scummvm-cvs-logs] CVS: tools md5table.c,1.4,1.5

Travis Howell kirben at users.sourceforge.net
Tue Dec 30 17:58:03 CET 2003


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

Modified Files:
	md5table.c 
Log Message:

Correction from logix


Index: md5table.c
===================================================================
RCS file: /cvsroot/scummvm/tools/md5table.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- md5table.c	31 Dec 2003 01:29:09 -0000	1.4
+++ md5table.c	31 Dec 2003 01:57:29 -0000	1.5
@@ -101,7 +101,7 @@
 	assert(line);
 	
 	/* Split at the tabs */
-	entry->desc = strtok(&line, "\t\n\r");
+	entry->desc = strtok(line, "\t\n\r");
 	entry->platform = strtok(NULL, "\t\n\r");
 	entry->language = strtok(NULL, "\t\n\r");
 	entry->md5 = strtok(NULL, "\t\n\r");





More information about the Scummvm-git-logs mailing list