mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
Fix uninitialized value revealed by Coverity
This commit is contained in:
parent
b277ac5390
commit
5279f3e11f
@ -590,6 +590,7 @@ void InsetLayout::readArgument(Lexer & lex)
|
|||||||
arg.labelfont = inherit_font;
|
arg.labelfont = inherit_font;
|
||||||
arg.is_toc_caption = false;
|
arg.is_toc_caption = false;
|
||||||
arg.passthru = PT_INHERITED;
|
arg.passthru = PT_INHERITED;
|
||||||
|
arg.nodelims = false;
|
||||||
string nr;
|
string nr;
|
||||||
lex >> nr;
|
lex >> nr;
|
||||||
bool const postcmd = prefixIs(nr, "post:");
|
bool const postcmd = prefixIs(nr, "post:");
|
||||||
|
Loading…
Reference in New Issue
Block a user