X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=help.c;h=72d0610e3584e1b72984f0461eff77129f383b52;hb=2ea77d3b2827ba23feb756ce2fb936565ae38998;hp=249882e1ef9924bcd98513a67310e2cf870c22b9;hpb=9274cbe8e6410ddb95ddc667faa678a29da85420;p=apps%2Fmadmutt.git diff --git a/help.c b/help.c index 249882e..72d0610 100644 --- a/help.c +++ b/help.c @@ -172,7 +172,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 +213,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; }