updated to the new pikotools api: SpaceParser::SetSpace(...) methods have been removed
This commit is contained in:
@@ -259,10 +259,7 @@ bool DbBase::AssertValueSpace(PGresult * r, int row, int col, pt::Space & space)
|
||||
{
|
||||
const char * res = AssertValue(r, row, col);
|
||||
|
||||
conf_parser.SetSpace(space);
|
||||
space.clear();
|
||||
|
||||
pt::SpaceParser::Status status = conf_parser.ParseSpace(res);
|
||||
pt::SpaceParser::Status status = conf_parser.ParseSpace(res, space);
|
||||
|
||||
if( status != pt::SpaceParser::ok )
|
||||
{
|
||||
|
Reference in New Issue
Block a user