X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=1762394bad211aae168e7a293a25959728da0363;hp=2a62bd376650024af22393b63989013eeb3dc641;hb=83532821ae9fab034d0d630b78330c9ea4ff4cf3;hpb=d0dc8fb657cff90709c15d4b106415b868857f6a diff --git a/sendlib.c b/sendlib.c index 2a62bd3..1762394 100644 --- a/sendlib.c +++ b/sendlib.c @@ -955,8 +955,8 @@ bye: if (type != TYPEOTHER || *xtype != '\0') { att->type = type; - str_replace (&att->subtype, subtype); - str_replace (&att->xtype, xtype); + m_strreplace(&att->subtype, subtype); + m_strreplace(&att->xtype, xtype); } return (type);