.osm.bz2 parsing fixed
This commit is contained in:
parent
09ad2ff699
commit
cd51481ce1
@ -74,7 +74,7 @@ public:
|
|||||||
_Relation r;
|
_Relation r;
|
||||||
r.type = _Relation::unknown;
|
r.type = _Relation::unknown;
|
||||||
if(!(*relationCallback)(r))
|
if(!(*relationCallback)(r))
|
||||||
std::cerr << "[error] relation not parsed" << std::endl;
|
std::cerr << "[XMLParser] relation not parsed" << std::endl;
|
||||||
}
|
}
|
||||||
xmlFree( currentName );
|
xmlFree( currentName );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user