2004-10-26 [paul] 0.9.12cvs132.3
[claws.git] / src / enriched.c
index 92597c96aa2b59baf0142a0f375f8e01b842d3e2..06e17b36eb90e59a15997b37b2ce04915fc7a7b5 100644 (file)
@@ -201,7 +201,7 @@ static void ertf_get_parenthesis(ERTFParser *parser, gchar *buf, gint len)
        g_return_if_fail(*parser->bufp == '<');
 
        /* ignore params */
-       if (!g_strncasecmp(parser->bufp, "<param>", 4)) {
+       if (!g_ascii_strncasecmp(parser->bufp, "<param>", 4)) {
                parser->bufp += 7;
                while ((p = strstr(parser->bufp, "</param>")) == NULL)
                        if (ertf_read_line(parser) == ERTF_EOF) return;