--- parser3/src/classes/string.C 2003/04/03 10:51:51 1.125.2.15.2.21 +++ parser3/src/classes/string.C 2003/04/08 13:58:30 1.125.2.15.2.24 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_STRING_C="$Date: 2003/04/03 10:51:51 $"; +static const char* IDENT_STRING_C="$Date: 2003/04/08 13:58:30 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -378,7 +378,7 @@ public: try { got_cell=true; - result.append_help_length(str, length, String::L_TAINTED); + result.append_know_length(str, length, String::L_TAINTED); return false; } catch(...) { error=SQL_Error("exception occured in String_sql_event_handlers::add_row_cell");