|
if (regcomp(regex, re, cflags)!=0){
|
|
if (regcomp(regex, re, cflags)!=0){
|
|
LOG(L_ERR, "ERROR: subst_parser: bad regular expression %.*s in "
|
|
LOG(L_ERR, "ERROR: subst_parser: bad regular expression %.*s in "
|
|
"%.*s\n", (int)(re_end-re), re, subst->len, subst->s);
|
|
"%.*s\n", (int)(re_end-re), re, subst->len, subst->s);
|