diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-02 03:50:02 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-02 03:50:02 +0800 |
commit | 2c543492092832d71f1f677d52a42043c8787be7 (patch) | |
tree | 6ba93586355665bff1edf44616e5951550204f79 /ChangeLog | |
parent | e9e83c971456616965b183ce1009ba849be69672 (diff) | |
download | gsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.tar.gz gsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.tar.zst gsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.zip |
do not return NULL when line is empty.
* camel/gmime-utils.c (gmime_read_line_from_stream):
do not return NULL when line is empty.
* camel/camel-multipart.c (_read_part): return true when end
of multipart is found, not the contrary
svn path=/trunk/; revision=1055
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +1999-08-01 root <guiheneu@jean.joudboeuf.fr> + + * camel/gmime-utils.c (gmime_read_line_from_stream): + do not return NULL when line is empty. + + * camel/camel-multipart.c (_read_part): return true when end + of multipart is found, not the contrary + 1999-07-31 bertrand <Bertrand.Guiheneuf@aful.org> * camel/gmime-utils.c (gmime_read_line_from_stream): |