X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc2231.c;fp=rfc2231.c;h=93058ddeaf9fce7a4874d8505988467a3226bde4;hp=aa6b071c60dbafc5cb99c9b1e196b44aedd17ba3;hb=2ea77d3b2827ba23feb756ce2fb936565ae38998;hpb=3e611c4b53a33408955152e1c9336f8643ea096e diff --git a/rfc2231.c b/rfc2231.c index aa6b071..93058dd 100644 --- a/rfc2231.c +++ b/rfc2231.c @@ -231,7 +231,7 @@ static void rfc2231_list_insert (struct rfc2231_parameter **list, q = p; p = p->next; - c = str_cmp (par->value, q->value); + c = m_strcmp(par->value, q->value); if ((c > 0) || (c == 0 && par->index >= q->index)) break; } @@ -280,7 +280,7 @@ static void rfc2231_join_continuations (PARAMETER ** head, rfc2231_free_parameter (&par); if ((par = q)) valp = par->value; - } while (par && !str_cmp (par->attribute, attribute)); + } while (par && !m_strcmp(par->attribute, attribute)); if (value) { if (encoded)