Merge fix

parent 3a16e66c
...@@ -3704,7 +3704,7 @@ static void replace_dynstr_append_mem(DYNAMIC_STRING *ds, ...@@ -3704,7 +3704,7 @@ static void replace_dynstr_append_mem(DYNAMIC_STRING *ds,
if (glob_replace_regex) if (glob_replace_regex)
{ {
if (!multi_reg_replace_regex, (char*)val)) if (!multi_reg_replace(glob_replace_regex, (char*)val))
{ {
val= glob_replace_regex->buf; val= glob_replace_regex->buf;
len= strlen(val); len= strlen(val);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment