aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-03-21 08:46:26 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-21 08:46:26 +0800
commit0179e4a20698b83ea2426e91f1f7eb3d4f3a8372 (patch)
treefa1de3b67f77e6d15e69cad9b288b609d6610a0e /e-util/ChangeLog
parentbca5dffbb71c64f6944ba8a86fd8307bc4076108 (diff)
downloadgsoc2013-evolution-0179e4a20698b83ea2426e91f1f7eb3d4f3a8372.tar
gsoc2013-evolution-0179e4a20698b83ea2426e91f1f7eb3d4f3a8372.tar.gz
gsoc2013-evolution-0179e4a20698b83ea2426e91f1f7eb3d4f3a8372.tar.bz2
gsoc2013-evolution-0179e4a20698b83ea2426e91f1f7eb3d4f3a8372.tar.lz
gsoc2013-evolution-0179e4a20698b83ea2426e91f1f7eb3d4f3a8372.tar.xz
gsoc2013-evolution-0179e4a20698b83ea2426e91f1f7eb3d4f3a8372.tar.zst
gsoc2013-evolution-0179e4a20698b83ea2426e91f1f7eb3d4f3a8372.zip
If the gunichar is 0xfffe, just skip processing it. Maybe this will fix
2003-03-20 Jeffrey Stedfast <fejj@ximian.com> * e-trie.c (e_trie_search): If the gunichar is 0xfffe, just skip processing it. Maybe this will fix bug #39900. (trie_utf8_getc): Removed unused labels to shutup the compiler. svn path=/trunk/; revision=20448
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 1eac6aed90..50688e8573 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -2,6 +2,7 @@
* e-trie.c (e_trie_search): If the gunichar is 0xfffe, just skip
processing it. Maybe this will fix bug #39900.
+ (trie_utf8_getc): Removed unused labels to shutup the compiler.
2003-03-19 Jeffrey Stedfast <fejj@ximian.com>