X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=muttlib.c;h=45dd76db5e30dc1659a6a49f6413d48e99ec960c;hb=1c16e9623a9fb6a15bb284a6f7322b583ebc06a7;hp=a168093ad6e09d045fcaf3fa5623e4f02d7ec4ad;hpb=c6b9d35ed9361e4defab9762a7480d5126405ae9;p=apps%2Fmadmutt.git diff --git a/muttlib.c b/muttlib.c index a168093..45dd76d 100644 --- a/muttlib.c +++ b/muttlib.c @@ -803,8 +803,8 @@ void mutt_expand_fmt (char *dest, size_t destlen, const char *fmt, *d = '\0'; if (!found && destlen > 0) { - str_cat (dest, destlen, " "); - str_cat (dest, destlen, src); + m_strcat(dest, destlen, " "); + m_strcat(dest, destlen, src); } }