From 1ec552511a775826d7a2c49613104f9f50e57998 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 12 Jan 2001 16:13:50 +0000 Subject: Correction d'un bug dans le test du nombre max de param�tres de coords. --- generic/tkZinc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/tkZinc.c') diff --git a/generic/tkZinc.c b/generic/tkZinc.c index 21447cd..77f5661 100644 --- a/generic/tkZinc.c +++ b/generic/tkZinc.c @@ -2953,7 +2953,7 @@ WidgetObjCmd(ClientData client_data, /* Information about the widget. */ */ case ZN_W_COORDS: { - if ((argc < 3) || (argc > 6)) { + if ((argc < 3) || (argc > 7)) { Tcl_WrongNumArgs(interp, 1, args, "coords tagOrId ?add/remove? ?contour? ?index? ?coordList?"); goto error; -- cgit v1.1