From: oetiker Date: Thu, 2 Feb 2012 15:35:24 +0000 (+0000) Subject: fix for tcl bindings ... -- George Ross X-Git-Url: https://git.tokkee.org/?p=rrdtool-all.git;a=commitdiff_plain;h=18d19f96c74adfb1704345053a14cbe5af88313e fix for tcl bindings ... -- George Ross git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2269 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/bindings/tcl/tclrrd.c b/program/bindings/tcl/tclrrd.c index a98a2d7c..869d6c78 100644 --- a/program/bindings/tcl/tclrrd.c +++ b/program/bindings/tcl/tclrrd.c @@ -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; }