diff options
author | NotZed <notzed@zedzone.helixcode.com> | 2000-02-10 11:54:22 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-10 11:54:22 +0800 |
commit | 3ef8dbd93ad44e08503f69d4929428362fc383ea (patch) | |
tree | 07a5a83c66613435ece6bb81055704a93bddc050 /ChangeLog | |
parent | 8c9cb1454e15437096c3a3fb891239bcc0f3e593 (diff) | |
download | gsoc2013-evolution-3ef8dbd93ad44e08503f69d4929428362fc383ea.tar gsoc2013-evolution-3ef8dbd93ad44e08503f69d4929428362fc383ea.tar.gz gsoc2013-evolution-3ef8dbd93ad44e08503f69d4929428362fc383ea.tar.bz2 gsoc2013-evolution-3ef8dbd93ad44e08503f69d4929428362fc383ea.tar.lz gsoc2013-evolution-3ef8dbd93ad44e08503f69d4929428362fc383ea.tar.xz gsoc2013-evolution-3ef8dbd93ad44e08503f69d4929428362fc383ea.tar.zst gsoc2013-evolution-3ef8dbd93ad44e08503f69d4929428362fc383ea.zip |
Increment the copy source address to match the data read offset. (seek):
2000-02-09 NotZed <notzed@zedzone.helixcode.com>
* camel/camel-simple-data-wrapper-stream.c (read): Increment the
copy source address to match the data read offset.
(seek): Actually implement the seek.
svn path=/trunk/; revision=1722
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-02-09 NotZed <notzed@zedzone.helixcode.com> + * camel/camel-simple-data-wrapper-stream.c (read): Increment the + copy source address to match the data read offset. + (seek): Actually implement the seek. + * camel/camel-mime-part-utils.c (camel_mime_part_store_stream_in_buffer): If we get a -1 read, DONT update the total bytes, and try and truncate the array in |