summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project2/files/optionsSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/files/optionsSource.cpp b/project2/files/optionsSource.cpp
index ed78be4..7c2dd2b 100644
--- a/project2/files/optionsSource.cpp
+++ b/project2/files/optionsSource.cpp
@@ -6,7 +6,7 @@
#include <boost/algorithm/string/trim.hpp>
FileOptions::FileOptions(const boost::filesystem::path & f) :
- file(boost::filesystem::current_path() / f)
+ file(boost::filesystem::absolute(f))
{
}