mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
47c3b0fce7
commit
f13e9a183d
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user