mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 09:37:31 +00:00
fix #4667
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24204 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9ad1a3af4f
commit
ca0711969b
@ -194,6 +194,8 @@ bool InsetCommand::string2params(string const & name, string const & in,
|
|||||||
InsetCommandParams & params)
|
InsetCommandParams & params)
|
||||||
{
|
{
|
||||||
params.clear();
|
params.clear();
|
||||||
|
if (in.empty())
|
||||||
|
return false;
|
||||||
istringstream data(in);
|
istringstream data(in);
|
||||||
Lexer lex;
|
Lexer lex;
|
||||||
lex.setStream(data);
|
lex.setStream(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user