Re: [Cvslog] r15914 - /lyx-devel/trunk/src/mathed/MathMacroArgument.C

2006-11-19 Thread Andre Poenitz
On Sat, Nov 18, 2006 at 12:23:39PM +0100, Georg Baum wrote: > Am Samstag, 18. November 2006 10:55 schrieb Jean-Marc Lasgouttes: > > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> > writes: > > > > Andre> I don't understand the difference. > > > > Easy: the new one works :) > > > > More prec

Re: [Cvslog] r15914 - /lyx-devel/trunk/src/mathed/MathMacroArgument.C

2006-11-19 Thread Georg Baum
Am Samstag, 18. November 2006 13:57 schrieb Andre Poenitz: > On Sat, Nov 18, 2006 at 10:55:38AM +0100, Jean-Marc Lasgouttes wrote: > > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > > > Andre> I don't understand the difference. > > > > Easy: the new one works :) > > That's what

Re: [Cvslog] r15914 - /lyx-devel/trunk/src/mathed/MathMacroArgument.C

2006-11-18 Thread Andre Poenitz
On Sat, Nov 18, 2006 at 10:55:38AM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> I don't understand the difference. > > Easy: the new one works :) That's what I suspected, yet I did not see the reasone. > More precisely, the string is

Re: [Cvslog] r15914 - /lyx-devel/trunk/src/mathed/MathMacroArgument.C

2006-11-18 Thread Georg Baum
Am Samstag, 18. November 2006 10:55 schrieb Jean-Marc Lasgouttes: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> I don't understand the difference. > > Easy: the new one works :) > > More precisely, the string is now a docstring and tricks with > null-terminated strings

Re: [Cvslog] r15914 - /lyx-devel/trunk/src/mathed/MathMacroArgument.C

2006-11-18 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> I don't understand the difference. Easy: the new one works :) More precisely, the string is now a docstring and tricks with null-terminated strings are not working anymore. If your problem is with the use of convert, it may be pos

Re: [Cvslog] r15914 - /lyx-devel/trunk/src/mathed/MathMacroArgument.C

2006-11-17 Thread Andre Poenitz
On Tue, Nov 14, 2006 at 08:15:39AM -, [EMAIL PROTECTED] wrote: > > @@ -33,10 +34,7 @@ > lyxerr << "MathMacroArgument::MathMacroArgument: wrong Argument > id: " > << n << endl; > } > - str_.resize(3); > - str_[0] = '#'; > - str_[1] = stati