about summary refs log tree commit diff
diff options
context:
space:
mode:
-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];