oops, forgot to add the pattern_id arg to e_trie_add

svn path=/trunk/; revision=19081
This commit is contained in:
Jeffrey Stedfast
2002-12-10 04:20:53 +00:00
parent 62398da200
commit a39c3ef6fb

View File

@ -213,7 +213,7 @@ dump_trie (struct _trie_state *s, int depth)
*/
void
e_trie_add (ETrie *trie, const char *pattern)
e_trie_add (ETrie *trie, const char *pattern, int pattern_id)
{
const unsigned char *inptr = (const unsigned char *) pattern;
struct _trie_state *q, *q1, *r;