]> diplodocus.org Git - nmh/blobdiff - sbr/check_charset.c
Need full path to cc on Solaris buildbot host, at this point.
[nmh] / sbr / check_charset.c
index 9d0d6253d75b26517055061570aa817513439d26..e43459ef6a41c23b180fc3971927aa84e9233a15 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * check_charset.c -- routines for character sets
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -53,7 +51,7 @@ check_charset (char *str, int len)
 
        /* US-ASCII is a subset of the ISO-8859-X and UTF-8 character sets */
        if (!strncasecmp("ISO-8859-", mm_charset, 9) ||
-               !mh_strcasecmp("UTF-8", mm_charset)) {
+               !strcasecmp("UTF-8", mm_charset)) {
            alt_charset = "US-ASCII";
            alt_len = strlen (alt_charset);
        }