aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part-utils.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-04-17 11:09:37 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-04-17 11:09:37 +0800
commit6b479c5f9f5c831748275b9d82ce4123d1fc7afd (patch)
treee6c55c6b3abc5590939259c0132226ab6cf7d081 /camel/camel-mime-part-utils.c
parentc4e57e0db3e808604665742df5d7b025b2765d68 (diff)
downloadgsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.tar
gsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.tar.gz
gsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.tar.bz2
gsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.tar.lz
gsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.tar.xz
gsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.tar.zst
gsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.zip
Dont assume adding 1 to line length will go to the next line. e.g. for dos
2003-04-17 Not Zed <NotZed@Ximian.com> * 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
Diffstat (limited to 'camel/camel-mime-part-utils.c')
-rw-r--r--camel/camel-mime-part-utils.c2
1 files changed, 1 insertions, 1 deletions
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"));