move some decoding functions right into the str module, with a bit more
[apps/madmutt.git] / help.c
diff --git a/help.c b/help.c
index 72d0610..d8392b7 100644 (file)
--- a/help.c
+++ b/help.c
@@ -14,6 +14,7 @@
 #endif
 
 #include <lib-lib/macros.h>
+#include <lib-lib/file.h>
 #include <lib-lib/str.h>
 
 #include "mutt.h"
@@ -199,7 +200,7 @@ static void format_line (FILE * f, int ismacro,
       n = COLS - col;
 
       if (ismacro >= 0) {
-        SKIPWS (t3);
+        t3 = vskipspaces(t3);
 
         /* FIXME: this is completely wrong */
         if ((n = m_strlen(t3)) > COLS - col) {