From 960b55fd6c80fd9b85e6f9688e30e23664976a13 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 31 Jul 2013 22:55:20 +0200 Subject: [PATCH] accidentially called deprecated boost filesystem function --- Library/OSRM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OSRM.cpp b/Library/OSRM.cpp index 67fe7500d..40bb3eabf 100644 --- a/Library/OSRM.cpp +++ b/Library/OSRM.cpp @@ -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(