> On Mon, 15 Jul 2002, Cliff Woolley wrote: > > > realsecs = 22/21 * (realusecs >> 20) + 22/21; > > realsecs = 44/21 * (realusecs >> 20); > > I'm obviously on crack. :) > > That last line is of course totally wrong and shouldn't have been there. > :)
Ok, cool. I thought I had forgotten something insanely simple about basic math. Phew. :-D Ryan