X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmisc.c;h=fddd552291ebecc8c4e7817072998470354cf738;hp=9f0044ac15025fd59a08e4f71425e9e1d9dd4760;hb=d2f12554a254e814dcdafb3828fc0d9936154eef;hpb=8e0d377cb731b0fbc39a9b2874ec6b772e53620b diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 9f0044a..fddd552 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -74,7 +74,7 @@ type_ok (CT ct, int sP) snprintf (buffer, sizeof(buffer), "%s/%s", ci->ci_type, ci->ci_subtype); for (ap = types; *ap; ap++) - if (!strcasecmp (*ap, ci->ci_type) || !strcasecmp (*ap, buffer)) + if (!mh_strcasecmp (*ap, ci->ci_type) || !mh_strcasecmp (*ap, buffer)) return 1; return 0;