summaryrefslogtreecommitdiff
path: root/src/import.cc
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-02-28 03:21:53 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-02-28 03:21:53 (GMT)
commitb12deeff5be0ce76af25d557480f29b0ed849dd6 (patch)
treecc9bba289387091bdbcefd664466bcc4ec521c0b /src/import.cc
parent955de4aa1b2100b8f9d0c9bd407d1cd127ed2212 (diff)
dump() bugfix: and were mixed up in the output
git-svn-id: http://svn.clifford.at/openscad/trunk@458 b57f626f-c46c-0410-a088-ec61d464b74c
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 dbc67ad..bab13ae 100644
--- a/src/import.cc
+++ b/src/import.cc
@@ -225,7 +225,7 @@ QString ImportNode::dump(QString indent) const
"$fn = %g, $fa = %g, $fs = %g);\n",
filename.toAscii().data(), (int)st.st_mtime, (int)st.st_size,
layername.toAscii().data(), origin_x, origin_y, scale, convexity,
- fn, fs, fa);
+ fn, fa, fs);
((AbstractNode*)this)->dump_cache = indent + QString("n%1: ").arg(idx) + text;
}
return dump_cache;
contact: Jan Huwald // Impressum