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];