replace SKIPWS with a proper inline func with the right API.
[apps/madmutt.git] / help.c
diff --git a/help.c b/help.c
index f01bbea..d8392b7 100644 (file)
--- a/help.c
+++ b/help.c
@@ -200,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) {