summaryrefslogtreecommitdiff
path: root/src/value.cc
diff options
context:
space:
mode:
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