about summary refs log tree commit diff
path: root/rfc2045.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-16 19:43:43 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-16 19:43:43 +0200
commit9853ddb91a91c1fb9cbec49e8d964c0f1dd628e4 (patch)
tree69dee5ded29e63f30c9ca4de9ff1fcaa5d5bd8c0 /rfc2045.c
parentaa62c737002cbc7079709df4acbcfc75ed55eeba (diff)
downloadmblaze-9853ddb91a91c1fb9cbec49e8d964c0f1dd628e4.tar.gz
mblaze-9853ddb91a91c1fb9cbec49e8d964c0f1dd628e4.tar.xz
mblaze-9853ddb91a91c1fb9cbec49e8d964c0f1dd628e4.zip
rfc2045: fix parsing of unquoted boundaries
Diffstat (limited to 'rfc2045.c')
-rw-r--r--rfc2045.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rfc2045.c b/rfc2045.c
index 64876ae..c34d03f 100644
--- a/rfc2045.c
+++ b/rfc2045.c
@@ -99,7 +99,6 @@ blaze822_multipart(struct message *msg, struct message **imsg)
 		//              "/" / ":" / "=" / "?"
 		while (*e && !iswsp(*e) && *e != ';')
 			e++;
-		e++;
 	}
 
 	char mboundary[256];