X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmisc.c;h=fddd552291ebecc8c4e7817072998470354cf738;hp=a3da759fcd7804408402bf2c82dcff6fe248c71c;hb=0aef47ae5c03e1d9e3f225efe5ae362e7cf5ee35;hpb=fd686eb9d48a14768c6cb37e92398e84e65e79a7 diff --git a/uip/mhmisc.c b/uip/mhmisc.c index a3da759..fddd552 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -13,6 +13,7 @@ #include #include #include +#include extern int debugsw; @@ -73,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;