X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=commands.c;h=a14b47177ca340b7152b4044e40e482894bad732;hb=7a368b3670a90656b2e0e724ed3efd79221f3d31;hp=5ceb9ce35b6487ba3e86807056577abc72fc049d;hpb=99a84f88c0acee0c46e9525684b5187d4192168b;p=apps%2Fmadmutt.git diff --git a/commands.c b/commands.c index 5ceb9ce..a14b471 100644 --- a/commands.c +++ b/commands.c @@ -859,7 +859,7 @@ void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp) for (p = b->parameter; p; p = p->next) { l = m_strlen(buf); - rfc822_cat (tmp, sizeof (tmp), p->value, MimeSpecials); + rfc822_strcpy(tmp, sizeof(tmp), p->value, MimeSpecials); snprintf (buf + l, sizeof (buf) - l, "; %s=%s", p->attribute, tmp); } }