If this test fails, then we are about to crash, because we are about

to try to access whichever thing we did not find. So do an emergency
close of this Buffer.
This commit is contained in:
Richard Heck 2014-03-28 14:47:54 -04:00
parent 47c3b0fce7
commit f13e9a183d

View File

@ -38,7 +38,7 @@ void lyxbreaker(void const * data, const char * hint, int size)
{
LYXERR0("break on pointer: " << data << " hint: " << hint
<< " size: " << size);
LASSERT(false, return);
LBUFERR(false);
}