Re: odd assertion in gtktextiter.c

2001-06-08 Thread Havoc Pennington
Skip Montanaro <[EMAIL PROTECTED]> writes: > I'm getting an assertion error in forward_line_leaving_caches_unmodified in > gtktextiter.c (this is from the vanilla 1.3.5 distribution). There is a > test of new_line: > > if (new_line != NULL) > { > ... do some stuff ... > } > else

odd assertion in gtktextiter.c

2001-06-08 Thread Skip Montanaro
I'm getting an assertion error in forward_line_leaving_caches_unmodified in gtktextiter.c (this is from the vanilla 1.3.5 distribution). There is a test of new_line: if (new_line != NULL) { ... do some stuff ... } else { /* There is no way to move forward; we were alre