Skip to content

Commit

Permalink
textops: fixed the kemi export for regex_substring()
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 3, 2018
1 parent 46401e4 commit c94207b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/textops/textops.c
Expand Up @@ -4856,7 +4856,7 @@ static sr_kemi_t sr_kemi_textops_exports[] = {
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("textops"), str_init("regex_substring"),
SR_KEMIP_INT, regex_substring_f,
SR_KEMIP_INT, ki_regex_substring,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_INT,
SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_NONE }
},
Expand Down

0 comments on commit c94207b

Please sign in to comment.