diff options
author | Not Zed <NotZed@Ximian.com> | 2004-08-16 11:31:21 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-08-16 11:31:21 +0800 |
commit | 6b9af3bc4616208e7ff06a6d755618057130129f (patch) | |
tree | f9f37c5910f0789836beeed81dc5342d95903842 /mail/ChangeLog | |
parent | 77500f5de086e534ad1966d9e1620438ed73c8c7 (diff) | |
download | gsoc2013-evolution-6b9af3bc4616208e7ff06a6d755618057130129f.tar.gz gsoc2013-evolution-6b9af3bc4616208e7ff06a6d755618057130129f.tar.zst gsoc2013-evolution-6b9af3bc4616208e7ff06a6d755618057130129f.zip |
don't include the terminating NUL in the data length.
2004-08-13 Not Zed <NotZed@Ximian.com>
* em-utils.c (em_utils_message_to_html): don't include the
terminating NUL in the data length.
(em_utils_part_to_html): nor here.
svn path=/trunk/; revision=26942
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cdfd4f8ef5..4eb07d0555 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2004-08-13 Not Zed <NotZed@Ximian.com> + + * em-utils.c (em_utils_message_to_html): don't include the + terminating NUL in the data length. + (em_utils_part_to_html): nor here. + 2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org> * em-utils.c: Optionally use GtkFileChooser if compiled against |