updated to the new pikotools api: SpaceParser::SetSpace(...) methods have been removed
This commit is contained in:
@@ -167,11 +167,8 @@ void TimeZones::ParseZones()
|
||||
// just space by space (not implemented in Space at the moment)
|
||||
bool TimeZones::ReadTimeZones(const wchar_t * path)
|
||||
{
|
||||
parser.SetSpace(temp_space);
|
||||
zone_tab.clear();
|
||||
temp_space.clear();
|
||||
|
||||
pt::SpaceParser::Status status = parser.ParseSpaceFile(path);
|
||||
pt::SpaceParser::Status status = parser.ParseSpaceFile(path, temp_space);
|
||||
|
||||
if( status == pt::SpaceParser::ok )
|
||||
{
|
||||
|
Reference in New Issue
Block a user