The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 2ba1360509cae6f9a196b8a91a0351a8528a3801 Author: Uwe Stöhr <[email protected]> Date: Fri Feb 22 01:18:45 2013 +0100 tex2lyx/text.cpp: logic fix for previous commit - continue; is here not necessary diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index b8a11d4..5a4216b 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -2451,7 +2451,6 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer, } else // we did not find a non-ert version output_ert_inset(os, name, context); - continue; } else { context.check_layout(os); // special handling of font attribute changes ----------------------------------------------------------------------- Summary of changes: src/tex2lyx/text.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
