K 10 svn:author V 4 jeff K 8 svn:date V 27 2007-03-17T18:13:32.000000Z K 7 svn:log V 351 - Cast the intermediate value in priority computtion back down to unsigned char. Weirdly, casting the 1 constant to u_char still produces a signed integer result that is then used in the % computation. This avoids that mess all together and causes a 0 pri to turn into 255 % 64 as we expect. Reported by: kkenn (about 4 times, thanks) END