]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
fix
authorTimo Sirainen <tss@iki.fi>
Wed, 6 Aug 2003 13:04:44 +0000 (16:04 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 6 Aug 2003 13:04:44 +0000 (16:04 +0300)
--HG--
branch : HEAD

src/lib-imap/imap-bodystructure.c

index 811daf3acc15bdf872e0031cf256dc17af633e38..3aa2fbadd1437361d3ad099f47c57b031c30c62d 100644 (file)
@@ -428,7 +428,7 @@ static void part_write_body(struct message_part *part,
                 child_data = part->children->context;
                env_data = child_data != NULL ? child_data->envelope : NULL;
 
-               str_append_c(str, " (");
+               str_append(str, " (");
                imap_envelope_write_part_data(env_data, str);
                str_append(str, ") ");