mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
We don't need to crash here, but can try to continue in release
mode.
This commit is contained in:
parent
fab09075a6
commit
0a603c5d0e
@ -347,7 +347,7 @@ bool XHTMLStream::closeFontTags()
|
||||
tag_stack_.pop_back();
|
||||
// this shouldn't happen, since then the font tags
|
||||
// weren't in any other tag.
|
||||
LBUFERR(!tag_stack_.empty());
|
||||
LASSERT(!tag_stack_.empty(), return true);
|
||||
curtag = tag_stack_.back();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user