From b572dbb073761a114eb847dea409bcbe6fa9149d Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 14 Jan 2003 11:01:12 +0000 Subject: Adaptation de ZnParseCoordList --- generic/Rectangle.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'generic/Rectangle.c') diff --git a/generic/Rectangle.c b/generic/Rectangle.c index 81f3258..7e18dbe 100644 --- a/generic/Rectangle.c +++ b/generic/Rectangle.c @@ -158,7 +158,8 @@ Init(Item item, Tcl_AppendResult(wi->interp, " rectangle 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) { -- cgit v1.1