summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawpath3.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawpath3.h')
-rw-r--r--Build/source/utils/asymptote/drawpath3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/drawpath3.h b/Build/source/utils/asymptote/drawpath3.h
index 1285e7656da..d267a93b734 100644
--- a/Build/source/utils/asymptote/drawpath3.h
+++ b/Build/source/utils/asymptote/drawpath3.h
@@ -107,7 +107,7 @@ public:
degree=nknots-n-1;
- knots=run::copyArrayC(knot,0,NoGC);
+ run::copyArrayC(knots,knot,0,NoGC);
#ifdef HAVE_GL
Controls=NULL;