--- parser3/src/classes/string.C 2016/11/01 23:10:41 1.233 +++ parser3/src/classes/string.C 2017/05/17 14:22:11 1.235 @@ -1,7 +1,7 @@ /** @file Parser: @b string parser class. - Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2017 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ @@ -20,7 +20,7 @@ #include "pa_vregex.h" #include "pa_charsets.h" -volatile const char * IDENT_STRING_C="$Id: string.C,v 1.233 2016/11/01 23:10:41 moko Exp $"; +volatile const char * IDENT_STRING_C="$Id: string.C,v 1.235 2017/05/17 14:22:11 moko Exp $"; // class @@ -504,7 +504,7 @@ public: result=new String(str, String::L_TAINTED /* no length as 0x00 can be inside */ ); return false; } catch(...) { - error=SQL_Error("exception occured in String_sql_event_handlers::add_row_cell"); + error=SQL_Error("exception occurred in String_sql_event_handlers::add_row_cell"); return true; } }