Re: [patch] fix a crash in backspace

2004-11-12 Thread Andre Poenitz
On Wed, Nov 10, 2004 at 11:28:16PM +0100, Alfredo Braunstein wrote: > [foot]--+ > |aa | > ||bbb | > +---+ > > and press backspace -> crash. > > fix attached. I wonder how code like this emerges in the first place... buf.paragraph() is so obviously wrong there with all t

[patch] fix a crash in backspace

2004-11-10 Thread Alfredo Braunstein
[foot]--+ |aa | ||bbb | +---+ and press backspace -> crash. fix attached. Alfredo Index: text.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text.C,v retrieving revision 1.584 diff -u -p -u -r1.584 te