summaryrefslogtreecommitdiff
path: root/src/value.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-03-12 16:35:32 (GMT)
committerMarius Kintel <marius@kintel.net>2013-03-12 16:35:32 (GMT)
commit5628a18f6a0fcf2dd170cac31e386f1ad4f97c0c (patch)
treebaf407ed0a29cca328236ad2cc15e985ad44bf34 /src/value.cc
parentdccc039211eebe3f69c935557bd56abae323c26f (diff)
boostfs_relative_path was buggy, replaced with boostfs_uncomplete for now
Diffstat (limited to 'src/value.cc')
-rw-r--r--src/value.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/value.cc b/src/value.cc
index bec803a..ae810a2 100644
--- a/src/value.cc
+++ b/src/value.cc
@@ -39,7 +39,7 @@
std::ostream &operator<<(std::ostream &stream, const Filename &filename)
{
- stream << QuotedString(boosty::stringy(relativePath(filename, fs::current_path())));
+ stream << QuotedString(boosty::stringy(boostfs_uncomplete(filename, fs::current_path())));
return stream;
}
contact: Jan Huwald // Impressum