X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=8c3d68c87ee1bb39a74576bdd094408344726557;hp=4c5219e38441c77e1ec7e58b5e6a93801b892f1b;hb=f3cbb9f51357972f6e74244494236a41dc4d84cd;hpb=1d0ce70b85c36973b50e5783fe7b72941c81c0a9 diff --git a/sendlib.c b/sendlib.c index 4c5219e..8c3d68c 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1534,7 +1534,7 @@ static void encode_headers (string_list_t * h) rfc2047_encode_string (&tmp); p_realloc(&h->data, m_strlen(h->data) + 2 + m_strlen(tmp) + 1); - sprintf (h->data + i, ": %s", NONULL (tmp)); /* __SPRINTF_CHECKED__ */ + sprintf (h->data + i, ": %s", NONULL (tmp)); p_delete(&tmp); }