mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix bug #10909.
This commit is contained in:
parent
cc42634665
commit
0f812b0e41
@ -99,8 +99,8 @@ bool CmdDef::read(string const & def_file)
|
||||
}
|
||||
case BN_DEFFILE:
|
||||
if (lex.next()) {
|
||||
string const tmp = lex.getString();
|
||||
error |= !read(tmp);
|
||||
string const stmp = lex.getString();
|
||||
error |= !read(stmp);
|
||||
} else {
|
||||
lex.printError("BN_DEFFILE: Missing file name");
|
||||
error = true;
|
||||
|
Loading…
Reference in New Issue
Block a user