--- parser3/src/classes/op.C 2001/08/09 14:27:49 1.38 +++ parser3/src/classes/op.C 2001/09/05 09:02:52 1.40 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) */ -static const char *RCSId="$Id: op.C,v 1.38 2001/08/09 14:27:49 parser Exp $"; +static const char *RCSId="$Id: op.C,v 1.40 2001/09/05 09:02:52 parser Exp $"; #include "classes.h" #include "pa_config_includes.h" @@ -22,9 +22,6 @@ static const char *RCSId="$Id: op.C,v 1. #define OP_CLASS_NAME "OP" -#define MAIN_SQL_NAME "SQL" -#define MAIN_SQL_DRIVERS_NAME "drivers" - // class class MOP : public Methoded { @@ -110,7 +107,7 @@ static void _process(Request& r, const S origin.file, 1+origin.line, method_name.cstr()); #else - strncpy(place, MAX_STRING, method_name.cstr()); + strncpy(place, method_name.cstr(), MAX_STRING-1); place[MAX_STRING-1]=0; #endif VStateless_class& self_class=*r.self->get_class();