From 8e008e868d747a7dfc5d6be37dc01a2209632f83 Mon Sep 17 00:00:00 2001 From: NotZed Date: Thu, 10 Feb 2000 02:15:02 +0000 Subject: If we get a -1 read, DONT update the total bytes, and try and truncate the 2000-02-09 NotZed * 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 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e34caacc4..abdd2026d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2000-02-09 NotZed + + * 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 * tests/ui-tests/test-multipart-alt.msg: New test file; run -- cgit