drop str_[n]cat.
[apps/madmutt.git] / compose.c
index d2942ea..a0eb9ac 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -480,7 +480,7 @@ static const char *compose_format_str (char *buf, size_t buflen, char op,
     break;
 
   case 'v':
-    strncpy (buf, mutt_make_version (0), buflen);
+    m_strcpy(buf, buflen, mutt_make_version (0));
     break;
 
   case 0: