X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc3676.c;h=c194540ef12c1848c6191c287cac3f10c91ad523;hp=de9e0b6e1fe6f0e9b8df96066c7da4b1921500c7;hb=dded59764065d6d5051f3188cd691cd1a00c185e;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57 diff --git a/rfc3676.c b/rfc3676.c index de9e0b6..c194540 100644 --- a/rfc3676.c +++ b/rfc3676.c @@ -272,5 +272,5 @@ void rfc3676_space_stuff (HEADER* hdr) { fclose (out); mutt_set_mtime (hdr->content->filename, tmpfile); unlink (hdr->content->filename); - str_replace (&hdr->content->filename, tmpfile); + m_strreplace(&hdr->content->filename, tmpfile); }