mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
We don't need to crash here, but can try to continue in release
mode.
(cherry picked from commit 0a603c5d0e
)
This commit is contained in:
parent
3f35b5e3b5
commit
928c7a3d68
@ -344,7 +344,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