exit strfcpy, only use m_strcpy.
[apps/madmutt.git] / copy.c
diff --git a/copy.c b/copy.c
index 2b86aad..27cf073 100644 (file)
--- a/copy.c
+++ b/copy.c
@@ -521,7 +521,7 @@ _mutt_copy_message (FILE * fpout, FILE * fpin, HEADER * hdr, BODY * body,
 
   if (flags & M_CM_PREFIX) {
     if (option (OPTTEXTFLOWED))
-      strfcpy (prefix, ">", sizeof (prefix));
+      m_strcpy(prefix, sizeof(prefix), ">");
     else
       _mutt_make_string (prefix, sizeof (prefix), NONULL (Prefix), Context,
                          hdr, 0);