In article <200608231925.k7NJPCIQ000937@vixen.snipe444.org>, Cliff Wright <cliff@vixen.snipe444.org> wrote: >To many late nights, my previous post had a bug. > >line 1236 was >if (FullBox->x2 < FullBox->x2) return FALSE; >should be >if (FullBox->x2 < FullBox->x1) return FALSE; Fixed! Many thanks. christos