On Wed, Feb 21, 2007 at 09:42:20AM +0100, Georg Baum wrote:
> >> +++ src/insets/insetvspace.C (Arbeitskopie)
> >> @@ -88,7 +88,7 @@ void InsetVSpace::read(Buffer const &, L
> >> BOOST_ASSERT(lex.isOK());
> >> string vsp;
> >> lex >> vsp;
> >> -if (lex)
> >> +if (lex.isOK())
> >
> > I do
Andre Poenitz wrote:
>> Index: src/insets/insetvspace.C
>> ===
>> --- src/insets/insetvspace.C (Revision 17280)
>> +++ src/insets/insetvspace.C (Arbeitskopie)
>> @@ -88,7 +88,7 @@ void InsetVSpace::read(Buffer const &, L
>> BOOST_ASS
On Tue, Feb 20, 2007 at 09:41:43PM +0100, Georg Baum wrote:
> Am Samstag, 17. Februar 2007 22:41 schrieb Bernhard Roider:
> > Bernhard Roider wrote:
> > The reason for the crash is that the ERT is constructed with an illegal
> value for CollapseStatus.
> > This comes from the lines
> >
> > i
Am Samstag, 17. Februar 2007 22:41 schrieb Bernhard Roider:
> Bernhard Roider wrote:
> The reason for the crash is that the ERT is constructed with an illegal
value for CollapseStatus.
> This comes from the lines
>
> int s;
> lex >> s;
> if (lex)
> status = static
Bernhard Roider wrote:
Hello,
i just played around with the command buffer (i wanted to insert an
inlined ert). Therefore i tried to execute
inset-insert ert
in the command buffer. When i try to click with the mouse on the
resulting ert an assert is triggered:
Good evening,
i have a solu
Bernhard Roider wrote:
Hello,
i just played around with the command buffer (i wanted to insert an
inlined ert). Therefore i tried to execute
inset-insert ert
in the command buffer. When i try to click with the mouse on the
resulting ert an assert is triggered:
Assertion triggered in __w64 i