1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-04-29 19:00:50 +00:00
parent f69e38cd85
commit 0fb93b3c90
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ static int decode_multipart(ParseContext *context, List *body)
/* Put body parts into mime object. */
int j, m = gwlist_len(ml);
for (j = 0; j < m; j++)
mime_entity_add_part(x, gwlist_get(ml,i));
mime_entity_add_part(x, gwlist_get(ml,j));
}
gwlist_destroy(ml, (gwlist_item_destructor_t *)mime_entity_destroy);