On Thu, Feb 23, 2006 at 03:44:14PM +0100, Jean-Marc Lasgouttes wrote: > >>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> OK, here is the explanation (why not put it in a comment in > Martin> the patch, if you can formulate a short one) > > Thanks for the explanation. I changed the logic of the code (no more > go to the left and then to the right) and added a lengthy comment. > > Please test. It works for me. > > JMarc
if you change
if (it != begin()
into
if (it != begin() && currx >= targetx
I expect Joost will find it behaving slightly better in the situation he
complained about. It won't fix everything though.
- Martin
pgpbgL4kXTZ4U.pgp
Description: PGP signature
