X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9a33ff618b5901a3af815650d4b84d39ee96e529..386656ec3d9a80184f380a77169dc0a16bad89d5:/uip/mhmisc.c diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 9f0044ac..fddd5522 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;