[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling XFree86 4.2.x--sig11



On Wednesday 20 November 2002 03:00 pm, Falk Hueffner wrote:
> Kelledin <kelledin+DAXP@skarpsey.dyndns.org> writes:
>
> There's an obvious bug in Thorsten's patch:
> > +           symval = ((long)symval > 16) + ((symval > 15) &
> > 1);
>
> This ought to be both shifts. No idea whether that's causing
> your problems, though.

Ah...it should be a right-shift operator (">>")?  I kinda
wondered why he was taking the result of a comparison statement
and doing arithmetic with it...

--
Kelledin
"If a server crashes in a server farm and no one pings it, does
it still cost four figures to fix?"



Reply to: