https://bugs.kde.org/show_bug.cgi?id=397545
--- Comment #10 from Christoph Cullmann <cullm...@kde.org> --- Thanks for the fix. I removed again my shortcut around the KCompressionDevice for compression == None. Git commit 50d853c42025fca2128b46642cb7ab041d51d9d8 by Christoph Cullmann. Committed on 18/08/2018 at 14:24. Pushed by cullmann into branch 'master'. simplify error checking, always use the KCompressionDevice now that the assert/crash is fixed early out on error in line writing loop Differential Revision: https://phabricator.kde.org/D14890 M +17 -20 src/buffer/katetextbuffer.cpp https://commits.kde.org/ktexteditor/50d853c42025fca2128b46642cb7ab041d51d9d8 Code is simpler again and I added the early out in the loop for line writing, no reason to continue there after first error, good hint, thanks. -- You are receiving this mail because: You are watching all bug changes.