Solved ... tools/newscores.c was dropping a digit from timeprod.

-- 
James Cameron    mailto:quozl at us.netrek.org     http://quozl.netrek.org/
-------------- next part --------------
Index: ChangeLog
===================================================================
RCS file: /home/netrek/cvsroot/Vanilla/ChangeLog,v
retrieving revision 1.133
diff -u -r1.133 ChangeLog
--- ChangeLog	2002/08/15 04:48:16	1.133
+++ ChangeLog	2002/10/09 08:49:36
@@ -1,3 +1,8 @@
+Wed Oct  9 15:24:20 2002  James Cameron  <quozl at us.netrek.org>
+
+	* tools/newscores.c: remove width limits on parsing the status
+	line.
+
 Thu Aug 15 12:29:14 2002  James Cameron  <quozl at us.netrek.org>
 
 	* ntserv/ntscmds.c (do_password): actually change the password.
Index: tools/newscores.c
===================================================================
RCS file: /home/netrek/cvsroot/Vanilla/tools/newscores.c,v
retrieving revision 1.4
diff -u -r1.4 newscores.c
--- tools/newscores.c	1999/04/30 20:19:12	1.4
+++ tools/newscores.c	2002/10/09 08:49:54
@@ -71,7 +71,7 @@
     getpath();
     printf("Warning:  If you do not know how to use this program, break it now!\n");
     status=(struct status *) malloc(sizeof(struct status));
-    scanf("%10ld %10d %10d %10d %10d %10lf\n", 
+    scanf("%ld %d %d %d %d %lf\n", 
 	&status->time, 
 	&status->planets, 
 	&status->armsbomb,