From 3c1d5a48af16f7970b5fadea7c182a38f0011487 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 25 Jan 2007 20:16:30 +0000 Subject: [PATCH] Fix bug 3135 by Bernhard Roider: git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16855 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetinclude.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/insetinclude.C b/src/insets/insetinclude.C index 36d745ffaa..53759778f8 100644 --- a/src/insets/insetinclude.C +++ b/src/insets/insetinclude.C @@ -277,7 +277,7 @@ void InsetInclude::read(LyXLex & lex) } string token; while (lex.isOK()) { - lex.next(); + lex.eatLine(); token = lex.getString(); if (token == "\\end_inset") break; -- 2.39.2