From 6b479c5f9f5c831748275b9d82ce4123d1fc7afd Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 17 Apr 2003 03:09:37 +0000 Subject: Dont assume adding 1 to line length will go to the next line. e.g. for dos 2003-04-17 Not Zed * camel-multipart-signed.c (parse_content): Dont assume adding 1 to line length will go to the next line. e.g. for dos lines that end in \r\n. Fix for #41163. (parse_boundary): util function to help above. svn path=/trunk/; revision=20874 --- camel/camel-mime-part-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-mime-part-utils.c') diff --git a/camel/camel-mime-part-utils.c b/camel/camel-mime-part-utils.c index 2c9c03e104..33442f2b20 100644 --- a/camel/camel-mime-part-utils.c +++ b/camel/camel-mime-part-utils.c @@ -422,7 +422,7 @@ camel_mime_part_construct_content_from_parser (CamelMimePart *dw, CamelMimeParse CamelContentType *ct; ct = camel_mime_parser_content_type (mp); - + switch (camel_mime_parser_state (mp)) { case HSCAN_HEADER: d(printf("Creating body part\n")); -- cgit v1.2.3