diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-07 12:16:26 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-07 12:16:26 +0800 |
commit | 3179eb7162b3f9eb4c81abc76e186bba79aa5a67 (patch) | |
tree | ec6475bb6b4ac8f377fa3bf416298f2b70659023 /camel/ChangeLog | |
parent | eef4069b806ed069a317661a4c5c59f2de58272f (diff) | |
download | gsoc2013-evolution-3179eb7162b3f9eb4c81abc76e186bba79aa5a67.tar gsoc2013-evolution-3179eb7162b3f9eb4c81abc76e186bba79aa5a67.tar.gz gsoc2013-evolution-3179eb7162b3f9eb4c81abc76e186bba79aa5a67.tar.bz2 gsoc2013-evolution-3179eb7162b3f9eb4c81abc76e186bba79aa5a67.tar.lz gsoc2013-evolution-3179eb7162b3f9eb4c81abc76e186bba79aa5a67.tar.xz gsoc2013-evolution-3179eb7162b3f9eb4c81abc76e186bba79aa5a67.tar.zst gsoc2013-evolution-3179eb7162b3f9eb4c81abc76e186bba79aa5a67.zip |
Fix this to not require NULL-termination of the array.
* camel-folder.c (camel_folder_free_deep): Fix this to not require
NULL-termination of the array.
svn path=/trunk/; revision=4560
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 27a5d22262..ef9aebeb76 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-08-07 Dan Winship <danw@helixcode.com> + + * camel-folder.c (camel_folder_free_deep): Fix this to not require + NULL-termination of the array. + 2000-08-04 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (imap_connect): If we fail to |