mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +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.is_toc_caption = false;
|
||||
arg.passthru = PT_INHERITED;
|
||||
arg.nodelims = false;
|
||||
string nr;
|
||||
lex >> nr;
|
||||
bool const postcmd = prefixIs(nr, "post:");
|
||||
|
Loading…
Reference in New Issue
Block a user