From 8fba4cf2cac1cc543aa4c1063c78b449ebac44a7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 20 Sep 2011 13:13:14 +0200 Subject: [PATCH] CCL: fix syntax error --- src/cclfind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cclfind.c b/src/cclfind.c index a80f154..131ec27 100644 --- a/src/cclfind.c +++ b/src/cclfind.c @@ -385,7 +385,7 @@ static struct ccl_rpn_node *search_term_x(CCL_parser cclp, if (p->u.t.term[0] && cclp->look_token->ws_prefix_len) { - strxcat(p->u.term, cclp->look_token->ws_prefix_buf, + strxcat(p->u.t.term, cclp->look_token->ws_prefix_buf, cclp->look_token->ws_prefix_len); } for (j = 0; j < src_len; j++) -- 1.7.10.4