From b105af8066f642a40230adc5803fd458c0737c39 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 28 Sep 2005 10:16:34 +0000 Subject: Use g_ascii_strncasecmp() instead of strncasecmp(). We are comparing to 2005-09-28 Tor Lillqvist * e-html-utils.c (e_text_to_html_full): Use g_ascii_strncasecmp() instead of strncasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30395 --- e-util/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index a08591e041..059f7b1f9b 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2005-09-28 Tor Lillqvist + + * e-html-utils.c (e_text_to_html_full): Use g_ascii_strncasecmp() + instead of strncasecmp(). We are comparing to literal ASCII + strings, just casefolding ASCII is enough. Also better for + portability. + 2005-08-23 Not Zed * e-util.c (e_mkdir_hier): cast warning, good ol win32 patches. -- cgit v1.2.3