diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-13 07:14:28 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-13 07:14:28 +0000 |
commit | c9865e35f9eaca97abb9369c888535cf007838b4 (patch) | |
tree | 43485b03ede45154745518aef1b7e3a63690cd47 /ChangeLog.ja | |
parent | d7ea96a449049db7de8e92d135b1d961c523a351 (diff) |
fflush() stream before rewind() to ensure error checking.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1156 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r-- | ChangeLog.ja | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja index cb40820f..f8e47339 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,5 +1,11 @@ 2006-09-13 + * libsylph/utils.c + libsylph/procmime.c: エラーチェックを確実にするために rewind() の + 前にストリームを fflush() するようにした。 + +2006-09-13 + * libsylph/procmsg.c: procmsg_read_cache(): 壊れたキャッシュデータを 読んだときにクラッシュするのを修正。 * libsylph/session.c: session_read_data_as_file_cb(): rewind() の前に |