]> 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>
Mon, 13 Apr 2020 10:02:26 +0000 (12:02 +0200)
commitb5d6caac4149cc72cd5a734ffc8e9da1382bc9ee
tree914b95db660174c8883f8988ae09261696b12a4b
parent59e84a525fe70f28e3c0f8887f9d779e641d28ed
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.
src/DocIterator.cpp