]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_rfc2047.c
Look at post instead of inc to determine build options in build_nmh.
[nmh] / sbr / fmt_rfc2047.c
index 7f73efd20009c36000d3d7cca89ab32c8f851f55..fea731308631f5983a1bf07a01e49351bc0c16b0 100644 (file)
@@ -147,7 +147,7 @@ decode_rfc2047 (char *str, char *dst, size_t dstlen)
                /* .. it can't. We'll use iconv then. */
                *endofcharset = '\0';
                cd = iconv_open(get_charset(), startofmime);
-               fromutf8 = !mh_strcasecmp(startofmime, "UTF-8");
+               fromutf8 = !strcasecmp(startofmime, "UTF-8");
                *pp = '?';
                 if (cd == (iconv_t)-1) continue;
                use_iconv = 1;