https://bugs.kde.org/show_bug.cgi?id=370708
David Jarvie <djar...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|536b15fd6b2c14276fc90fd3665 |https://invent.kde.org/fram |77c1b356ced3e |eworks/kcalendarcore/commit | |/c0a68a087d6638cc6e99c9dba9 | |0e664999e2ae51 --- Comment #8 from David Jarvie <djar...@kde.org> --- Git commit c0a68a087d6638cc6e99c9dba90e664999e2ae51 by David Jarvie. Committed on 12/06/2020 at 16:41. Pushed by djarvie into branch 'master'. Check for write error in save() if the disk is full QSaveFile::write() doesn't return an error if the write fails because the disk is full, at least on Linux when writing to an unnamed temporary file. This fix works around this by checking that the buffered write can be flushed to disk and if not, returning an error. M +8 -0 src/icalformat.cpp https://invent.kde.org/frameworks/kcalendarcore/commit/c0a68a087d6638cc6e99c9dba90e664999e2ae51 -- You are receiving this mail because: You are watching all bug changes.