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