From b524d25a3ba327d7a52544489d847932f1ee1a28 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Sat, 25 Nov 2017 08:09:49 +0100 Subject: [PATCH] textops: kemi search_append() and search_append_body() have two params - reported by GH #1333 --- src/modules/textops/textops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/textops/textops.c b/src/modules/textops/textops.c index 7d2f71cf21f..cafb4520be5 100644 --- a/src/modules/textops/textops.c +++ b/src/modules/textops/textops.c @@ -3832,12 +3832,12 @@ static sr_kemi_t sr_kemi_textops_exports[] = { }, { str_init("textops"), str_init("search_append"), SR_KEMIP_INT, ki_search_append, - { SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, + { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } }, { str_init("textops"), str_init("search_append_body"), SR_KEMIP_INT, ki_search_append_body, - { SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, + { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } }, { str_init("textops"), str_init("is_present_hf"),