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

CVS update: Vanilla/ntserv



Date:	Wednesday June 16, 1999 @ 16:07
Author:	unbelver

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

Modified Files:
	solicit.c 
Log Message:
Oops, Wrong logic.  My bad. Fixed.

--Carlos V.




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

Index: Vanilla/ntserv/solicit.c
diff -u Vanilla/ntserv/solicit.c:1.8 Vanilla/ntserv/solicit.c:1.9
--- Vanilla/ntserv/solicit.c:1.8	Tue Jun 15 20:16:34 1999
+++ Vanilla/ntserv/solicit.c	Wed Jun 16 16:07:04 1999
@@ -217,7 +217,7 @@
 		/* ??? note change from design, ship type number not string */
                 /* rank   */   players[j].p_stats.st_rank,
 		/* ??? note change from design, rank number not string */
-                /* name   */   (!fixed_name) ? fixed_name : players[j].p_name,
+                /* name   */   (fixed_name) ? fixed_name : players[j].p_name,
                 /* user   */   players[j].p_login,
                 /* host   */   players[j].p_monitor );
 	here += strlen(here);