From 4af624627eafdd5db9e0200bfd05c59aa60292b9 Mon Sep 17 00:00:00 2001 From: RichardHitt Date: Wed, 2 Jan 2013 14:50:26 -0800 Subject: overhauling of URL detection, including channel, nick, etc 'words' --- src/common/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/tree.c') diff --git a/src/common/tree.c b/src/common/tree.c index 33fe1d41..715b0e56 100644 --- a/src/common/tree.c +++ b/src/common/tree.c @@ -142,7 +142,7 @@ mybsearch (const void *key, void **array, size_t nmemb, } void * -tree_find (tree *t, void *key, tree_cmp_func *cmp, void *data, int *pos) +tree_find (tree *t, const void *key, tree_cmp_func *cmp, void *data, int *pos) { if (!t || !t->array) return NULL; -- cgit 1.4.1