Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/tools



Date:	Thursday July 22, 1999 @ 10:47
Author:	ahn

Update of /home/netrek/cvsroot/Vanilla/tools
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv14763/tools

Modified Files:
	ltd_dump.c 
Log Message:
Minor patch to end_tourney to run ltd_dump and optionally dump stats
into subdirectories.


****************************************

Index: Vanilla/tools/ltd_dump.c
diff -u Vanilla/tools/ltd_dump.c:1.4 Vanilla/tools/ltd_dump.c:1.5
--- Vanilla/tools/ltd_dump.c:1.4	Tue Jul 13 10:42:22 1999
+++ Vanilla/tools/ltd_dump.c	Thu Jul 22 10:47:54 1999
@@ -1,4 +1,4 @@
-/* $Id: ltd_dump.c,v 1.4 1999/07/13 15:42:22 tanner Exp $
+/* $Id: ltd_dump.c,v 1.5 1999/07/22 15:47:54 ahn Exp $
  *
  * Dave Ahn
  *
@@ -28,7 +28,7 @@
 #define LEN_ABBR	4
 #define LEN_NAME	30
 
-static const char rcsid [] = "$Id: ltd_dump.c,v 1.4 1999/07/13 15:42:22 tanner Exp $";
+static const char rcsid [] = "$Id: ltd_dump.c,v 1.5 1999/07/22 15:47:54 ahn Exp $";
 
 static FILE *fp = stdout;
 
@@ -94,8 +94,6 @@
   } \
   fprintf(fp, ":%4u:\n", (unsigned int) ttt); \
 }
-
-/*  fprintf(fp, ":%4u:\n", (unsigned int) ltd[0].STAT); */
 
 #define dump_max(STAT) { \
   int xxx; \