Use good m_ functions, because it smell like a flower, version 2.
[apps/madmutt.git] / sendlib.c
index 4c5219e..8c3d68c 100644 (file)
--- 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);
 
     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);
   }
 
     p_delete(&tmp);
   }