X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3dccb685fb1b879e8910e8732e748b22e7ff8dc7..17b9beb40640e8731143f61e3b94756f3e77d20c:/uip/mhmisc.c diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 86b8ad80..895ec313 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -69,7 +69,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 (!mh_strcasecmp (*ap, ci->ci_type) || !mh_strcasecmp (*ap, buffer)) + if (!strcasecmp (*ap, ci->ci_type) || !strcasecmp (*ap, buffer)) return 1; return 0;