--- parser3/src/classes/table.C 2009/04/15 04:50:48 1.248 +++ parser3/src/classes/table.C 2009/04/16 01:10:21 1.249 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_TABLE_C="$Date: 2009/04/15 04:50:48 $"; +static const char * const IDENT_TABLE_C="$Date: 2009/04/16 01:10:21 $"; #ifndef NO_STRINGSTREAM #include @@ -951,7 +951,7 @@ static void _locate(Request& r, MethodPa bool result=params[0].get_junction()? _locate_expression(table, o, r, params) : _locate_name_value(table, o, r, params); - r.write_no_lang(*new VBool(result)); + r.write_no_lang(VBool::get(result)); }