Don't use g_ascii_strncasecmp in all the cases when lenght is going to be
authorVivek Jain <jvivek@novell.com>
Wed, 3 Aug 2005 13:23:23 +0000 (13:23 +0000)
committerJain Vivek <jvivek@src.gnome.org>
Wed, 3 Aug 2005 13:23:23 +0000 (13:23 +0000)
commite43253187bdf0f85c3feca28a2d7f99489624161
tree26de8665a8ea32b3e5cd9e05a37a867c9c662db4
parent6b78db8a4a1d171c9decc4c5608f9262d71b3117
Don't use g_ascii_strncasecmp in all the cases when lenght is going to be

2005-08-03 Vivek Jain <jvivek@novell.com>

* camel-groupwise-folder.c:
* camel-groupwise-store.c: Don't use g_ascii_strncasecmp in all
the cases when lenght is going to be constant, replace it with
g_ascii_strcasecmp where we need case insensitive comparison,
and strcmp in others.
camel/providers/groupwise/ChangeLog
camel/providers/groupwise/camel-groupwise-folder.c
camel/providers/groupwise/camel-groupwise-store.c