--- parser3/src/classes/file.C 2009/09/08 09:12:47 1.201 +++ parser3/src/classes/file.C 2009/09/10 09:40:34 1.202 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_FILE_C="$Date: 2009/09/08 09:12:47 $"; +static const char * const IDENT_FILE_C="$Date: 2009/09/10 09:40:34 $"; #include "pa_config_includes.h" @@ -132,7 +132,7 @@ static void _save(Request& r, MethodPara Charset* asked_charset=0; if(params.count()>2) if(HashStringValue* options=params.as_no_junction(2, OPTIONS_MUST_NOT_BE_CODE).get_hash()){ - size_t valid_options=0; + int valid_options=0; if(Value* vcharset_name=options->get(PA_CHARSET_NAME)){ asked_charset=&::charsets.get(vcharset_name->as_string().change_case(r.charsets.source(), String::CC_UPPER)); valid_options++;