deal with sendmail and dotlock in LUA.
[apps/madmutt.git] / compose.c
index 7e74f61..c695f3b 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -436,7 +436,7 @@ static const char *compose_format_str (char *buf, ssize_t buflen, char op,
     break;
 
   case 'v':
-    m_strcpy(buf, buflen, mutt_make_version (0));
+    m_strcpy(buf, buflen, mutt_make_version());
     break;
 
   case 0: