Re: [LyX/master] Add missing braces

2015-09-14 Thread Jean-Marc Lasgouttes
Le 13/09/2015 10:25, Kornel Benko a écrit : Another example from lyxfinc.cpp. Can you spot what is wrong with the loop? I cannot fix that myself unfortunately. Tommaso? JMarc 915 for (; re_it != re_it_end; ++re_it) { Maybe this 'for' statement. It is equivalent to if (re_it != re

Re: [LyX/master] Add missing braces

2015-09-13 Thread Kornel Benko
Am Samstag, 12. September 2015 um 18:57:00, schrieb Jean-Marc Lasgouttes > Le 12/09/15 18:48, Jean-Marc Lasgouttes a écrit : > > Le 12/09/15 18:43, Jean-Marc a écrit : > >> commit 61f02710317b99a050346a0c95c02fcdd457bfca > >> Author: Jean-Marc > >> Date: Sat Sep 12 18:40:52 2015 +0200 > >> > >

Re: [LyX/master] Add missing braces

2015-09-12 Thread Jean-Marc Lasgouttes
Le 12/09/15 18:48, Jean-Marc Lasgouttes a écrit : Le 12/09/15 18:43, Jean-Marc a écrit : commit 61f02710317b99a050346a0c95c02fcdd457bfca Author: Jean-Marc Date: Sat Sep 12 18:40:52 2015 +0200 Add missing braces Coverity issue 23506. This is an example of a bug found by coverity

Re: [LyX/master] Add missing braces

2015-09-12 Thread Jean-Marc Lasgouttes
Le 12/09/15 18:43, Jean-Marc a écrit : commit 61f02710317b99a050346a0c95c02fcdd457bfca Author: Jean-Marc Date: Sat Sep 12 18:40:52 2015 +0200 Add missing braces Coverity issue 23506. This is an example of a bug found by coverity amidst lots of nit picking. However doing the bori