mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
enhance debug message.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31120 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0c4f7f62c1
commit
6b6567a538
@ -92,7 +92,8 @@ Inset * DocIterator::nextInset() const
|
||||
if (pos() == lastpos())
|
||||
return 0;
|
||||
if (pos() > lastpos()) {
|
||||
LYXERR0("Should not happen, but it does. ");
|
||||
LYXERR0("Should not happen, but it does: pos() = "
|
||||
<< pos() << ", lastpos() = " << lastpos());
|
||||
return 0;
|
||||
}
|
||||
if (inMathed())
|
||||
|
Loading…
Reference in New Issue
Block a user