mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix the InsetBranchParams::read function after that the '\n' was removed from params2string in r33710.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33720 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ff7526a3ed
commit
bad0d577e8
@ -300,8 +300,7 @@ void InsetBranchParams::write(ostream & os) const
|
||||
|
||||
void InsetBranchParams::read(Lexer & lex)
|
||||
{
|
||||
lex.eatLine();
|
||||
branch = lex.getDocString();
|
||||
lex >> branch;
|
||||
}
|
||||
|
||||
} // namespace lyx
|
||||
|
Loading…
Reference in New Issue
Block a user