Re: lyx --export with wrong argument crashes

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 12:10:06AM +0200, Alfredo Braunstein wrote: + last_loaded = newFile(*it, ); last_loaded = newFile(*it, string()); Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do

Re: lyx --export with wrong argument crashes

2003-07-18 Thread Alfredo Braunstein
Andre Poenitz wrote: last_loaded = newFile(*it, string()); Done, thanks. As this fixes a crash, I would apply it if no one objects. Regards, Alfredo

Re: lyx --export with wrong argument crashes

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 09:11:14AM +0200, Alfredo Braunstein wrote: Andre Poenitz wrote: last_loaded = newFile(*it, string()); Done, thanks. As this fixes a crash, I would apply it if no one objects. Do that. Andre' -- Those who desire to give up Freedom

Re: lyx --export with wrong argument crashes

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 12:10:06AM +0200, Alfredo Braunstein wrote: > + last_loaded = newFile(*it, ""); last_loaded = newFile(*it, string()); Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor

Re: lyx --export with wrong argument crashes

2003-07-18 Thread Alfredo Braunstein
Andre Poenitz wrote: > last_loaded = newFile(*it, string()); Done, thanks. As this fixes a crash, I would apply it if no one objects. Regards, Alfredo

Re: lyx --export with wrong argument crashes

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 09:11:14AM +0200, Alfredo Braunstein wrote: > Andre Poenitz wrote: > > > last_loaded = newFile(*it, string()); > > Done, thanks. As this fixes a crash, I would apply it if no one objects. Do that. Andre' -- Those who desire to give up

lyx --export with wrong argument crashes

2003-07-17 Thread Kayvan A. Sylvan
Latest CVS: $ lyx --export foo lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help-Introduction and send us a bug report, if necessary. Thanks ! Bye. Abort (core dumped) ---Kayvan -- Kayvan A. Sylvan

Re: lyx --export with wrong argument crashes

2003-07-17 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: Latest CVS: $ lyx --export foo Ah yes... correct behaviour, but somewhat harsh wording ;-) Anyway, It's entirely my fault (two different bugs actually). Can I apply this fix? Index: src/lyx_main.C ===

lyx --export with wrong argument crashes

2003-07-17 Thread Kayvan A. Sylvan
Latest CVS: $ lyx --export foo lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help->Introduction and send us a bug report, if necessary. Thanks ! Bye. Abort (core dumped) ---Kayvan -- Kayvan A.

Re: lyx --export with wrong argument crashes

2003-07-17 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: > Latest CVS: > > $ lyx --export foo Ah yes... correct behaviour, but somewhat harsh wording ;-) Anyway, It's entirely my fault (two different bugs actually). Can I apply this fix? Index: src/lyx_main.C