aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-17 08:56:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-17 08:56:27 +0000
commitd0240722220985b4ca879c6caa1ca927d5309588 (patch)
treeb0edcf8906ba08caa3f5000f9507de01acc3c2c4 /ChangeLog
parent56bc524ac9e7eb53b0f4fc7b49b1ebe10a327180 (diff)
abort if fsync() fails.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2122 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02d7280b..df91aa77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-03-17
+ * libsylph/prefs.c: prefs_file_close(): abort if fsync() fails.
+
+2008-03-17
+
* libsylph/prefs.c
configure.in: prefs_file_close(): do fflush() and fsync() before
fclose() to lessen the possibility of data loss.