Real Time Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CF: Re: Bug???




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 crossfire-request@ifi.uio.no]