Bug fix: -assert_volid did not work. Regression since version 1.1.0, rev 3767.

This commit is contained in:
Thomas Schmitt 2011-07-31 14:59:07 +00:00
parent 7df497747d
commit 27c59a8f73
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.07.31.094422"
#define Xorriso_timestamP "2011.07.31.145832"