Date: Wednesday October 9, 2002 @ 4:01
Author: cameron
Update of /home/netrek/cvsroot/Vanilla/tools
In directory swashbuckler.real-time.com:/var/tmp/cvs-serv30113/tools
Modified Files:
newscores.c
Log Message:
fix for dropped digit on timeprod
****************************************
Index: Vanilla/tools/newscores.c
diff -u Vanilla/tools/newscores.c:1.4 Vanilla/tools/newscores.c:1.5
--- Vanilla/tools/newscores.c:1.4 Fri Apr 30 15:19:12 1999
+++ Vanilla/tools/newscores.c Wed Oct 9 04:01:00 2002
@@ -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,