blob: 614d762a5959b2819e4f2656ae10daedc6672c8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- objects/ncurve.c.orig 2007-12-17 18:38:58.000000000 +0100
+++ objects/ncurve.c 2007-12-17 18:39:11.000000000 +0100
@@ -731,7 +731,7 @@
ay_error(AY_EOUTPUT, fname, "Checking new knots...");
Tcl_SplitList(interp,Tcl_GetVar2(interp, n1, "Knots",
TCL_LEAVE_ERR_MSG | TCL_GLOBAL_ONLY),
- &knotc, &knotv);
+ &knotc, (const char ***)&knotv);
if(!(nknotv = calloc(knotc, sizeof(double))))
{
|