exit strfcpy, only use m_strcpy.
[apps/madmutt.git] / handler.c
index 4abb301..1ed6c23 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -1104,7 +1104,7 @@ static int autoview_handler (BODY * a, STATE * s)
   p_delete(&fname);
 
   if (entry->command) {
-    strfcpy (command, entry->command, sizeof (command));
+    m_strcpy(command, sizeof(command), entry->command);
 
     /* rfc1524_expand_command returns 0 if the file is required */
     piped =