diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-07-16 10:32:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-16 10:32:30 +0800 |
commit | 6c397fa70c89c4e3dbcab5b30901a64dbc5b89a2 (patch) | |
tree | 076e6508458fc2fc6e45ec6dd0d7ea4ae9ef0a99 /camel/ChangeLog | |
parent | 32380aa7c9a7d50f47d7b50780c560da6ce5fe3c (diff) | |
download | gsoc2013-evolution-6c397fa70c89c4e3dbcab5b30901a64dbc5b89a2.tar.gz gsoc2013-evolution-6c397fa70c89c4e3dbcab5b30901a64dbc5b89a2.tar.zst gsoc2013-evolution-6c397fa70c89c4e3dbcab5b30901a64dbc5b89a2.zip |
If we read 0 bytes, then set eos to TRUE.
2003-07-15 Jeffrey Stedfast <fejj@ximian.com>
* camel-stream-fs.c (stream_read): If we read 0 bytes, then set
eos to TRUE.
svn path=/trunk/; revision=21820
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 5a4e8953cb..f766ba1b49 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,7 +1,12 @@ +2003-07-15 Jeffrey Stedfast <fejj@ximian.com> + + * camel-stream-fs.c (stream_read): If we read 0 bytes, then set + eos to TRUE. + 2003-07-09 Jeffrey Stedfast <fejj@ximian.com> - Get rid of the #ifdef ENABLE_THREADS since - we no longer plan to support/maintain this. + Get rid of the #ifdef ENABLE_THREADS since we no longer plan to + support/maintain this. * providers/nntp/camel-nntp-store.c: Here. |