summaryrefslogtreecommitdiff
path: root/src/value.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-03-16 18:07:21 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-03-16 18:07:21 (GMT)
commit035f022e0a0e12acc70cf6f5fce633f3edb500c9 (patch)
treefee9e179422740208c5ee8e9ff49b158cc9923cb /src/value.cc
parent9891d8c86cbd567308575a0d4ec4b0d2f35776c8 (diff)
parenteb9139b34ee8e0c5ac9f94f93078165c6e5edd56 (diff)
Merge branch 'master' of github.com:openscad/openscad into resize5
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 5712e33..f14f826 100644
--- a/src/value.cc
+++ b/src/value.cc
@@ -39,7 +39,7 @@
std::ostream &operator<<(std::ostream &stream, const Filename &filename)
{
- stream << QuotedString(QDir::current().relativeFilePath(QString::fromStdString(filename)).toStdString());
+ stream << QuotedString(QDir::current().relativeFilePath(QString::fromLocal8Bit(filename.c_str())).toLocal8Bit().constData());
return stream;
}
contact: Jan Huwald // Impressum