Andre Poenitz <[EMAIL PROTECTED]> writes: >> It crashed on the isNewline() on line 1485, because next_row->pos() >> seems to contain nonsense (it should point to the first char of this >> row within its par). Adding a printout confirms this: either 0 or a >> very large value. > | next_row()->pos() - 1 should be replaced by row.end() nowadays.
Can we please nename row.end()? I get confused all the time iterator integer iterator... call it endpos or lastpos or something... (if/when we agree to do the namechange I'll be happy to do it...) -- Lgb