aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-18 04:58:45 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-18 04:58:45 +0000
commitd391fd2c9f96506e4341d6e635b88b27c7e7409e (patch)
tree97994d9bbf006f1bb890e57b647e1f72c91f8471 /ChangeLog
parent006ceae3848f96f179e7aafdc02f40263477f265 (diff)
fixed re-edit crash.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@183 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 275ef5dc..4640426f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-18
+
+ * src/account.c: account_find_from_message_file(): added missing
+ NULL terminator of the HeaderEntry array which had introduced
+ crash on re-edit (thanks to Michael Schwendt).
+
2005-03-17
* src/utils.c: strncpy2(): optimized based on Alfons' code.