From 0179e4a20698b83ea2426e91f1f7eb3d4f3a8372 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 21 Mar 2003 00:46:26 +0000 Subject: If the gunichar is 0xfffe, just skip processing it. Maybe this will fix 2003-03-20 Jeffrey Stedfast * 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 --- e-util/e-trie.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'e-util/e-trie.c') diff --git a/e-util/e-trie.c b/e-util/e-trie.c index 8a9600e6db..a2eb5dd9c8 100644 --- a/e-util/e-trie.c +++ b/e-util/e-trie.c @@ -68,9 +68,7 @@ trie_utf8_getc (const unsigned char **in, size_t inlen) if (inlen == 0) return 0; -again: r = *inptr++; -loop: if (r < 0x80) { *in = inptr; u = r; -- cgit v1.2.3