From 9853ddb91a91c1fb9cbec49e8d964c0f1dd628e4 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 16 Jul 2016 19:43:43 +0200 Subject: rfc2045: fix parsing of unquoted boundaries --- rfc2045.c | 1 - 1 file changed, 1 deletion(-) (limited to 'rfc2045.c') 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]; -- cgit 1.4.1