]> git.lyx.org Git - features.git/commit
Fix bug #5968: Assertion while reading a document with multiple equation labels.
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 5 Nov 2009 00:38:09 +0000 (00:38 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 5 Nov 2009 00:38:09 +0000 (00:38 +0000)
commitd63403205b6f931c133776db52eb25206a2686e1
treed2a65dbfb5ef724d20dd0ba73abf0541a8d4b58d
parent5ea9cd8b91283fb9020ffcaf49c486bc6e2eecf8
Fix bug #5968: Assertion while reading a document with multiple equation labels.

This is another ad-hoc solution for the problem of a zero buffer pointer while reading a document or when using cut&paste.

This simple solution would be suitable for branch.

see also e.g. r29085, r28319, bug #5688.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31861 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathHull.cpp