]> git.lyx.org Git - features.git/commitdiff
Fix bug 3135 by Bernhard Roider:
authorAbdelrazak Younes <younes@lyx.org>
Thu, 25 Jan 2007 20:16:30 +0000 (20:16 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 25 Jan 2007 20:16:30 +0000 (20:16 +0000)
<http://bugzilla.lyx.org/show_bug.cgi?id=3135>

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16855 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetinclude.C

index 36d745ffaab50d50390a14dbced97131035e6018..53759778f8c6f7ca3d647515f2199936dd1ad382 100644 (file)
@@ -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;