On Tue, Jul 01, 2008 at 10:34:52PM -0000, Jim Brown wrote: > > Jeremy > > I think you also need to change 'i' from an unsigned to a signed integer > (e.g. int32_t). The loop will decrement through 0 and never stop with 'i' > unsigned. Yep, got it - thanks ! Jeremy.