X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=edit.c;h=37b46f20cdf81bb7b638407cf086410bec51511c;hp=02d18586e235835c6759d4c069dd0d28b9433bd6;hb=c98480f8568e6c1bc927c6c5f2b5e80b4aa6548c;hpb=c6b9d35ed9361e4defab9762a7480d5126405ae9 diff --git a/edit.c b/edit.c index 02d1858..37b46f2 100644 --- a/edit.c +++ b/edit.c @@ -440,7 +440,7 @@ int mutt_builtin_editor (const char *path, HEADER * msg, HEADER * cur) else if (m_strcmp(".", tmp) == 0) done = 1; else { - str_cat (tmp, sizeof (tmp), "\n"); + m_strcat(tmp, sizeof(tmp), "\n"); if (buflen == bufmax) p_realloc(&buf, bufmax += 25); buf[buflen++] = m_strdup(tmp[1] == '~' ? tmp + 1 : tmp);