Bug fix: -assert_volid did not work. Regression since version 1.1.0, rev 3767.
This commit is contained in:
@ -997,7 +997,7 @@ int Sregex_match(char *pattern, char *text, int flag)
|
||||
ret= regexec(&re, text, 1, match, 0);
|
||||
regfree(&re);
|
||||
if(ret != 0)
|
||||
goto ex;
|
||||
{ret= 0; goto ex;}
|
||||
ret= 1;
|
||||
ex:;
|
||||
if(re_text != NULL)
|
||||
|
Reference in New Issue
Block a user