From 00be9c147cee2a3adbc65f3d7eb5190c3629890b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 28 Sep 2005 11:45:01 +0000 Subject: Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to 2005-09-28 Tor Lillqvist * e-table-specification.c (e_table_specification_load_from_node): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30407 --- widgets/table/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'widgets/table/ChangeLog') diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index 823e8928c8..f005ef5ea1 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,10 @@ +2005-09-28 Tor Lillqvist + + * e-table-specification.c (e_table_specification_load_from_node): + Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing + to literal ASCII strings, just casefolding ASCII is enough. Also + better for portability. + 2005-08-24 Li Yuan Fixes #314352. -- cgit v1.2.3