--- parser3/src/classes/file.C 2003/11/20 17:07:43 1.116 +++ parser3/src/classes/file.C 2003/12/11 09:36:51 1.119 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_FILE_C="$Date: 2003/11/20 17:07:43 $"; +static const char * const IDENT_FILE_C="$Date: 2003/12/11 09:36:51 $"; #include "pa_config_includes.h" @@ -504,7 +504,7 @@ static void _lock(Request& r, MethodPara const String& file_spec=r.absolute(params.as_string(0, "file name must be string")); Lock_execute_body_info info={ &r, - ¶ms.as_junction(1, "body must be code"); + ¶ms.as_junction(1, "body must be code") }; file_write_action_under_lock(file_spec, "lock", lock_execute_body, &info);