diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-19 02:36:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-19 02:36:10 +0800 |
commit | 4af109915aef59e9101d082d6a02880e9214b589 (patch) | |
tree | d96ce595cf9b4265ddf9f8c8d56565980f07563d /camel/ChangeLog | |
parent | a701db610809a653c1cfdd5a18d6d976c51e14fc (diff) | |
download | gsoc2013-evolution-4af109915aef59e9101d082d6a02880e9214b589.tar.gz gsoc2013-evolution-4af109915aef59e9101d082d6a02880e9214b589.tar.zst gsoc2013-evolution-4af109915aef59e9101d082d6a02880e9214b589.zip |
Initialize the outbuf to be empty before calling unicode_iconv on it.
This fixes a problem with duplicate message bodies on my machine.
svn path=/trunk/; revision=5998
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 682a67a5d6..7a4a96ae33 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-10-18 Ettore Perazzoli <ettore@helixcode.com> + + * camel-mime-filter-charset.c (complete): Put a zero at the start + of the outbuf. + 2000-10-18 Not Zed <NotZed@HelixCode.com> * camel-mime-part.c (add_header): No, we must not encode the |