diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-22 09:12:11 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-22 09:12:11 +0800 |
commit | 1442e29647323dd52b3ab7b966514c3e205c17d4 (patch) | |
tree | 641842fab04f8edb9cbf831a140d32dce9b04098 /camel/ChangeLog | |
parent | 6154276434c5616201d022079107af590b130c7e (diff) | |
download | gsoc2013-evolution-1442e29647323dd52b3ab7b966514c3e205c17d4.tar.gz gsoc2013-evolution-1442e29647323dd52b3ab7b966514c3e205c17d4.tar.zst gsoc2013-evolution-1442e29647323dd52b3ab7b966514c3e205c17d4.zip |
handle a zero-length token read rather than failing.
2004-09-22 Not Zed <NotZed@Ximian.com>
* camel-folder-summary.c (camel_folder_summary_decode_token):
handle a zero-length token read rather than failing.
svn path=/trunk/; revision=27327
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 3b630aaf6b..cd755a5659 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2004-09-22 Not Zed <NotZed@Ximian.com> + + * camel-folder-summary.c (camel_folder_summary_decode_token): + handle a zero-length token read rather than failing. + 2004-09-21 Not Zed <NotZed@Ximian.com> ** See bug #66199. |