exit strfcpy, only use m_strcpy.
[apps/madmutt.git] / crypt.c
diff --git a/crypt.c b/crypt.c
index c1225ac..b10ed05 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -750,7 +750,7 @@ int mutt_signed_handler (BODY * a, STATE * s)
     if ((protocol_minor = strchr (protocol, '/')))
       protocol_minor++;
 
-    strfcpy (major, protocol, sizeof (major));
+    m_strcpy(major, sizeof(major), protocol);
     if ((t = strchr (major, '/')))
       *t = '\0';