X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pager.c;h=13f39080cf9aa356463cce9b51c439cf8b2b2282;hp=2e4aa39e883eb925c08af5f131977c5922422c7f;hb=2ea77d3b2827ba23feb756ce2fb936565ae38998;hpb=9274cbe8e6410ddb95ddc667faa678a29da85420 diff --git a/pager.c b/pager.c index 2e4aa39..13f3908 100644 --- a/pager.c +++ b/pager.c @@ -687,8 +687,8 @@ resolve_types (char *buf, char *raw, struct line_t *lineInfo, int n, int last, else if (check_attachment_marker ((char *) raw) == 0) lineInfo[n].type = MT_COLOR_ATTACHMENT; #endif - else if (str_cmp ("-- \n", buf) == 0 - || str_cmp ("-- \r\n", buf) == 0) { + else if (m_strcmp("-- \n", buf) == 0 + || m_strcmp("-- \r\n", buf) == 0) { i = n + 1; lineInfo[n].type = MT_COLOR_SIGNATURE;