summaryrefslogtreecommitdiff
path: root/src/dxflinextrude.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dxflinextrude.cc')
-rw-r--r--src/dxflinextrude.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxflinextrude.cc b/src/dxflinextrude.cc
index 06874ce..83c3d9c 100644
--- a/src/dxflinextrude.cc
+++ b/src/dxflinextrude.cc
@@ -334,7 +334,7 @@ QString DxfLinearExtrudeNode::dump(QString indent) const
text += t2;
}
QString t3;
- t3.sprintf(", $fn = %g, $fa = %g, $fs = %g) {\n", fn, fs, fa);
+ t3.sprintf(", $fn = %g, $fa = %g, $fs = %g) {\n", fn, fa, fs);
text += t3;
foreach (AbstractNode *v, children)
text += v->dump(indent + QString("\t"));
contact: Jan Huwald // Impressum