X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fali.c;h=bbc6f6dd5a84dbfee28f5b55aa5b37ea48f800e4;hb=0be3869967792be6b129fc34e8f72a88fc3352bb;hp=737f68c76b73239b2caf70759999958777d1f5b8;hpb=9a33ff618b5901a3af815650d4b84d39ee96e529;p=mmh diff --git a/uip/ali.c b/uip/ali.c index 737f68c..bbc6f6d 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -233,8 +233,8 @@ print_usr (char *s, int list, int norm) while ((cp = getname (pp))) { if ((np = getm (cp, NULL, 0, norm, NULL)) == NULL) continue; - if (!strcasecmp (mp->m_host, np->m_host) - && !strcasecmp (mp->m_mbox, np->m_mbox)) { + if (!mh_strcasecmp (mp->m_host, np->m_host) + && !mh_strcasecmp (mp->m_mbox, np->m_mbox)) { vp = vp ? add (ak->ak_name, add (",", vp)) : getcpy (ak->ak_name); mnfree (np);