--- parser3/src/classes/file.C 2009/04/22 04:41:32 1.185 +++ parser3/src/classes/file.C 2009/04/22 05:17:03 1.186 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_FILE_C="$Date: 2009/04/22 04:41:32 $"; +static const char * const IDENT_FILE_C="$Date: 2009/04/22 05:17:03 $"; #include "pa_config_includes.h" @@ -625,9 +625,9 @@ static void _list(Request& r, MethodPara vregex=static_cast(value); } else { vregex=new VRegex(r.charsets.source(), ®exp.as_string(), 0/*options*/); + vregex->study(); vrcleaner.vregex=vregex; } - vregex->study(); } else { vregex=0; }