accidentially called deprecated boost filesystem function
This commit is contained in:
parent
3067ba60ae
commit
960b55fd6c
@ -30,7 +30,7 @@ OSRM::OSRM(const char * server_ini_path) {
|
||||
boost::system::error_code ec;
|
||||
|
||||
boost::filesystem::path base_path =
|
||||
boost::filesystem::complete(server_ini_path).parent_path();
|
||||
boost::filesystem::absolute(server_ini_path).parent_path();
|
||||
|
||||
objects = new QueryObjectsStorage(
|
||||
boost::filesystem::canonical(
|
||||
|
Loading…
Reference in New Issue
Block a user