mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Error message
This commit is contained in:
parent
444285aca2
commit
a41bcb3701
@ -1151,8 +1151,10 @@ void Layout::readSpacing(Lexer & lex)
|
||||
|
||||
void Layout::readArgument(Lexer & lex, bool validating)
|
||||
{
|
||||
if (!lex.next())
|
||||
if (!lex.next()) {
|
||||
LYXERR0("Unable to read argument ID!");
|
||||
return;
|
||||
}
|
||||
string const id = lex.getString();
|
||||
|
||||
bool const itemarg = prefixIs(id, "item:");
|
||||
|
Loading…
Reference in New Issue
Block a user