Real Time Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CF: Re: Bug???
- To: crossfire (at) ifi.uio.no
- Subject: CF: Re: Bug???
- From: David Sundqvist <>
- Date: Sat, 29 May 1999 12:39:46 +0200 (CEST)
- cc:
- In-Reply-To: <>
- Sender:
Hmmm, this could be the caching bug if you have a lot of items. I've been
affected by this bug since I'm running with the 32x32 images, but
it could kick in with large inventories. It's fixed in CVS, but if you
want to fix it, look through the server code in socket/lowlevel.c until
you come to Write_To_Socket. Change the line:
len =- amt;
to
len -= amt;
and see if that fixes the problem.
Best regards,
David
-
[you can put yourself on the announcement list only or unsubscribe altogether
by sending an email stating your wishes to ]