Move things around: more DT_SYS variables into the lua !
[apps/madmutt.git] / lib-ui / status.c
index 9c4bdf9..02d38b2 100644 (file)
@@ -256,7 +256,7 @@ status_format_str(char *buf, ssize_t buflen, char op, const char *src,
     break;
 
   case 'v':
-    m_strcpy(buf, buflen, mutt_make_version(0));
+    m_strcpy(buf, buflen, mutt_make_version());
     break;
 
   case 'V':