> On 3 Sep 2011, at 22:47, Manolo Gouy <[email protected]> wrote: > > >>=20 > > I see here, that there is a bug on OS X with the BROWSE_SAVE_FILE > > mode when the filter() function is used: the filter string needs to > > end with a "\n"; without it the program crashes.=20 > > Not at a machine right now so can not test, but that would match my usage...= > I have single filter pattern set and is not terminated by a \n. > > Will test later, but that sounds like the key.=20 > Thanks! > --=20 > Ian
This bug is corrected in r.9029. To use FLTK 1.3.0, a workaround is to make sure all filter strings finish with \n. This does no harm with X11 and WIN32. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
