X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmisc.c;h=fddd552291ebecc8c4e7817072998470354cf738;hp=9f0044ac15025fd59a08e4f71425e9e1d9dd4760;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=9a33ff618b5901a3af815650d4b84d39ee96e529 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;