Code

fix for tcl bindings ... -- George Ross
[rrdtool-all.git] / program / bindings / tcl / tclrrd.c
index a98a2d7c2ac23f82847e8991a5287f4550f74d03..869d6c781147f528fd81a98adf03db607434c330 100644 (file)
@@ -678,7 +678,7 @@ static int init(
     if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL)
         return TCL_ERROR;
 
-    if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 1) == NULL) {
+    if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) {
         return TCL_ERROR;
     }