On Wed, Oct 22, 2003 at 10:23:03AM +0200, Lars Gullik Bjønnes wrote:
> 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...

Hm... row.behind() perhaps?

'last' is misleading.

Well... acutally we could use 'last' and adjust the values by -1 ..

> call it endpos or lastpos or something...

'behindpos' then?

Andre'

Reply via email to