X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=help.c;h=f01bbea58f9eff5e3e2c4f69b8b3df6954103ee9;hp=249882e1ef9924bcd98513a67310e2cf870c22b9;hb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57;hpb=9274cbe8e6410ddb95ddc667faa678a29da85420 diff --git a/help.c b/help.c index 249882e..f01bbea 100644 --- a/help.c +++ b/help.c @@ -14,6 +14,7 @@ #endif #include +#include #include #include "mutt.h" @@ -172,7 +173,7 @@ static void format_line (FILE * f, int ismacro, } if (ismacro > 0) { - if (!str_cmp (Pager, "builtin")) + if (!m_strcmp(Pager, "builtin")) fputs ("_\010", f); fputs ("M ", f); col += 2; @@ -213,7 +214,7 @@ static void format_line (FILE * f, int ismacro, print_macro (f, n, &t3); if (*t3) { - if (str_cmp (Pager, "builtin")) { + if (m_strcmp(Pager, "builtin")) { fputc ('\n', f); n = 0; }