]> git.lyx.org Git - features.git/commit
Fix embarassing crash caused by debug message
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 13 Apr 2020 10:02:26 +0000 (12:02 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 17 Apr 2020 08:41:50 +0000 (10:41 +0200)
commit8bb317c8db6038dd4db391da73f94e9275356923
treee41b51cbfa13019e835e69d6f792239d2d51579a
parentcc5d3bd9f445e99018dc94e6dceb9c1140c09d09
Fix embarassing crash caused by debug message

After commit 6a936d63, the helpful debug message tries to display
non-existing elements and crashes the program :(

Fix by radical simplification of the message.

Part of bug #11777.

(cherry picked from commit b5d6caac4149cc72cd5a734ffc8e9da1382bc9ee)
src/DocIterator.cpp