about summary refs log tree commit diff
path: root/rfc2231.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc2231.c')
-rw-r--r--rfc2231.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc2231.c b/rfc2231.c
index 5a05f86..d700c77 100644
--- a/rfc2231.c
+++ b/rfc2231.c
@@ -30,7 +30,7 @@ blaze822_mime2231_parameter(char *s, char *name,
 
 	char *sbuf, *ebuf;
 
-	snprintf(namenum, sizeof namenum, "%s*", name, i);
+	snprintf(namenum, sizeof namenum, "%s*", name);
 	if (blaze822_mime_parameter(s, namenum, &sbuf, &ebuf)) {
 		i = 100;
 		goto found_extended;