]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
Document changes regarding increased per-folder sequence limits.
[nmh] / uip / mhmisc.c
index 86b8ad804f52212f070e261bf123d14ba6183246..895ec313f9d9ef1de411b6eaaf253c3dacbab06f 100644 (file)
@@ -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++)
 
     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;
            return 1;
 
     return 0;