diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-03-17 08:56:27 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-03-17 08:56:27 +0000 |
commit | d0240722220985b4ca879c6caa1ca927d5309588 (patch) | |
tree | b0edcf8906ba08caa3f5000f9507de01acc3c2c4 /ChangeLog | |
parent | 56bc524ac9e7eb53b0f4fc7b49b1ebe10a327180 (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |