Re: [Coder-Com] Bug reporting, feature requesting, patch contributing fun

2002-10-08 Thread Radium
Okay, just tried it! 8)Bug submitted on the site for 2.10.11 Note that I'll be forced to revert to the old version if we can't find why the server isn't able to deal with netburst anymore in this version. 8( regards, radium On the 6 Octobre 2002 22:45, you wrote : > Greetings. As so

Re: [Coder-Com] BUG in m_stats.c in 2.10.11

2002-10-08 Thread splidge
On Wed, Oct 09, 2002 at 12:14:03AM +0100, [EMAIL PROTECTED] wrote: > I'm assuming this trivial fix will nail it (but haven't tested of course). Update: tested, applied, deployed. splidge QuakeNet person

[Coder-Com] BUG in m_stats.c in 2.10.11

2002-10-08 Thread splidge
Hi all, I've found a bug in m_stats.c.. it puts the stats character the user asked for into a signed char value, which is bad news if it's a char with value > 127... (yes, some luser just cored our test server again) I'm assuming this trivial fix will nail it (but haven't tested of course). --