aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/Arc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Arc.c b/generic/Arc.c
index 47e37f4..d64bb11 100644
--- a/generic/Arc.c
+++ b/generic/Arc.c
@@ -191,7 +191,8 @@ Init(Item item,
Tcl_AppendResult(wi->interp, " arc coords expected", NULL);
return ZN_ERROR;
}
- if (ZnParseCoordList(wi, (*args)[0], &points, NULL, &num_points) == ZN_ERROR) {
+ if (ZnParseCoordList(wi, (*args)[0], &points,
+ NULL, &num_points, NULL) == ZN_ERROR) {
return ZN_ERROR;
}
if (num_points != 2) {