From 8fdb4b6b3ef01527b99bdcb1c0542cb2abf1056a Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Fri, 1 Dec 2006 10:54:12 +0100 Subject: [PATCH] should fix compilation. --- mutt_libesmtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt_libesmtp.c b/mutt_libesmtp.c index 3ffb3f0..82e1a5f 100644 --- a/mutt_libesmtp.c +++ b/mutt_libesmtp.c @@ -158,7 +158,7 @@ static const char *_mutt_libesmtp_messagefp_cb (void **buf, int *len, char *p = strchr (*buf, '\0'); if (p[-1] == '\n' && p[-2] != '\r') { - m_strcpy(p - 1, "\r\n"); + m_strcpy(p - 1, *buf + BUFLEN - p + 1, "\r\n"); p++; } octets = p - (char *) *buf; -- 2.20.1