aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNotZed <notzed@zedzone.helixcode.com>2000-02-10 10:15:02 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-02-10 10:15:02 +0800
commit8e008e868d747a7dfc5d6be37dc01a2209632f83 (patch)
treed156ff0aee34aeec8d2f722a61e3a887c44b34de /ChangeLog
parent504b7541a21b33307d970bfde272b2329fa828a0 (diff)
downloadgsoc2013-evolution-8e008e868d747a7dfc5d6be37dc01a2209632f83.tar
gsoc2013-evolution-8e008e868d747a7dfc5d6be37dc01a2209632f83.tar.gz
gsoc2013-evolution-8e008e868d747a7dfc5d6be37dc01a2209632f83.tar.bz2
gsoc2013-evolution-8e008e868d747a7dfc5d6be37dc01a2209632f83.tar.lz
gsoc2013-evolution-8e008e868d747a7dfc5d6be37dc01a2209632f83.tar.xz
gsoc2013-evolution-8e008e868d747a7dfc5d6be37dc01a2209632f83.tar.zst
gsoc2013-evolution-8e008e868d747a7dfc5d6be37dc01a2209632f83.zip
If we get a -1 read, DONT update the total bytes, and try and truncate the
2000-02-09 NotZed <notzed@zedzone.helixcode.com> * 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 reverse. Eek. * camel/camel-mime-part.c (camel_mime_part_encoding_from_string): This was DEFINETLEY not the right way to do it. strncmp!=strcmp (camel_mime_part_encoding_to_string): Handle the default case. : include string.h for strcmp() etc. svn path=/trunk/; revision=1720
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e34caacc4..abdd2026d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-02-09 NotZed <notzed@zedzone.helixcode.com>
+
+ * 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
+ reverse. Eek.
+
+ * camel/camel-mime-part.c (camel_mime_part_encoding_from_string):
+ This was DEFINETLEY not the right way to do it. strncmp!=strcmp
+ (camel_mime_part_encoding_to_string): Handle the default case.
+ : include string.h for strcmp() etc.
+
2000-02-09 Matt Loper <matt@helixcode.com>
* tests/ui-tests/test-multipart-alt.msg: New test file; run