accidentially called deprecated boost filesystem function

This commit is contained in:
Dennis Luxen 2013-07-31 22:55:20 +02:00
parent 3067ba60ae
commit 960b55fd6c

View File

@ -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(