Subject: Re: old bug
To: None <tech-x11@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-x11
Date: 08/24/2006 01:22:39
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