
10 Oct
2007
10 Oct
'07
2:24 a.m.
Hi Xiao-Yong, On Wed, Oct 10, 2007 at 02:07:22AM -0400, Xiao-Yong Jin wrote:
BTW, I found a small bug in the code for `adjust' and this should fix it.
{ hunk ./Operations.hs 59 - let adjust (W.RationalRect x y wid h) | x + wid >= 1 || y + wid >= 1 || x <= 0 || y <= 0 + let adjust (W.RationalRect x y wid h) | x + wid >= 1 || y + h >= 1 || x <= 0 || y <= 0 }
I think you should send the patch. Also to be credited for the fix, as it should be. Cheer, Andrea