renamed hawk_find_bchar() to hawk_find_bchar_in_bchars().
renamed similar function names in the same way. updated sys::openlog() to accept a local log socket path with remote:// (e.g. remote:///dev/log/xxx)
This commit is contained in:
@ -213,7 +213,7 @@ tre_tnfa_run_parallel(hawk_gem_t* gem, const tre_tnfa_t *tnfa, const void *strin
|
||||
int first = tnfa->first_char;
|
||||
|
||||
if (len >= 0)
|
||||
str_byte = hawk_find_bchar(orig_str, (size_t)len, first);
|
||||
str_byte = hawk_find_bchar_in_bchars(orig_str, (size_t)len, first);
|
||||
else
|
||||
str_byte = hawk_find_bchar_in_bcstr(orig_str, first);
|
||||
if (str_byte == NULL)
|
||||
|
Reference in New Issue
Block a user