Use g_ascii_strncasecmp() instead of strncasecmp(). The strings we are
authorTor Lillqvist <tml@novell.com>
Thu, 15 Sep 2005 12:43:30 +0000 (12:43 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 15 Sep 2005 12:43:30 +0000 (12:43 +0000)
commit2474210143e733362bbd48d1b48141e2a8909e46
treef9b727fed4b94cbba200bddee2645866fc391b9a
parentd6fe35f69876ea357e5dc1ccbefc5667dad9fcdf
Use g_ascii_strncasecmp() instead of strncasecmp(). The strings we are

2005-09-15  Tor Lillqvist  <tml@novell.com>

* camel-mime-filter-enriched.c (param_parse_colour, enriched_to_html):
Use g_ascii_strncasecmp() instead of strncasecmp(). The
strings we are comparing in these cases should be just ASCII
anyway, so spell it out that we really do need ASCII casefolding
only.
camel/ChangeLog
camel/camel-mime-filter-enriched.c