--- parser3/src/main/pa_table.C 2003/01/31 12:10:48 1.53.2.7 +++ parser3/src/main/pa_table.C 2003/03/04 10:15:02 1.53.2.10 @@ -1,11 +1,11 @@ /** @file Parser: table class. - Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_TABLE_C="$Date: 2003/01/31 12:10:48 $"; +static const char* IDENT_TABLE_C="$Date: 2003/03/04 10:15:02 $"; #include "pa_table.h" #include "pa_pool.h" @@ -58,14 +58,14 @@ StringPtr Table::item(int column) { if(column>=0 && columncount()) // proper index? return row->get(column); } - return 0; // it's OK we don't have row|column, just return nothing + return StringPtr(0); // it's OK we don't have row|column, just return nothing } bool Table::locate(int column, StringPtr value) { int scurrent=fcurrent; for(fcurrent=0; fcurrent