summaryrefslogtreecommitdiff
path: root/src/import.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-11-03 18:38:57 (GMT)
committerMarius Kintel <marius@kintel.net>2011-11-03 18:38:57 (GMT)
commita8db9fa3dd1d8a3f2bbb2cc808b8909c91cb48ee (patch)
treef07c9cfc3ae24046fac11e71e54194b2b3ed2d44 /src/import.cc
parent6aad275d0a7da1edf0558c40749f167a08202f80 (diff)
Bugfix: import module toString() output was not parsable
Diffstat (limited to 'src/import.cc')
-rw-r--r--src/import.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import.cc b/src/import.cc
index d86a60d..8a3b0a4 100644
--- a/src/import.cc
+++ b/src/import.cc
@@ -236,7 +236,7 @@ std::string ImportNode::toString() const
stream << "(file = \"" << this->filename << "\", "
"cache = \"" << std::hex << (int)st.st_mtime << "." << (int)st.st_size << "\", "
"layer = \"" << this->layername << "\", "
- "origin = [ " << std::dec << this->origin_x << " " << this->origin_y << " ], "
+ "origin = [" << std::dec << this->origin_x << ", " << this->origin_y << "], "
"scale = " << this->scale << ", "
"convexity = " << this->convexity << ", "
"$fn = " << this->fn << ", $fa = " << this->fa << ", $fs = " << this->fs << ")";
contact: Jan Huwald // Impressum