>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> On Tuesday 09 July 2002 2:10 pm, Herbert Voss wrote: >> Angus Leeming wrote: > Can you do some more testing for me. I >> assume that the bug occurs when > the file is loaded. Subsequently >> cropping, resizing etc should not be > "penalised" like this. >> > >> > Could you apply the patch (attached) and then do some scaling, >> cropping > etc. >> > >> > >> > +#if FL_VERSION == 0 && FL_REVISION == 89 && FL_FIXLEVEL <= 6 > + >> // A horrible fudge but it appears to fix the bug. > + image_->w += >> 5; > +#endif >> >> this damages all images and then crashes. Angus> ;-) That's why I wanted you to test it. Angus> I'lll commit your fix without attempting to be clever. Angus Shall this be applied to 1.2.1 too? JMarc