Vanilla Netrek Server Development Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Netrek HATES Solaris



You should send bugs to the vanilla server list...

Here is the fix:

in defs.h change
#define NODET (-1) /* isae - chain reaction case */

to

#define NODET (char)(-1) /* isae - chain reaction case */

-Michael Kantner
kantner@hot.caltech.edu

p.s.  This bug just never seems to get fixed.