X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=blobdiff_plain;f=bindings%2Ftcl%2Ftclrrd.c;h=869d6c781147f528fd81a98adf03db607434c330;hp=f1f0234e96855a78835639c009bd6beadb4411d4;hb=6e58e96d05b3300ff189d192d490da081d5fdffa;hpb=23a63bef251017be5fd4f09db2be10575e3df59e diff --git a/bindings/tcl/tclrrd.c b/bindings/tcl/tclrrd.c index f1f0234..869d6c7 100644 --- a/bindings/tcl/tclrrd.c +++ b/bindings/tcl/tclrrd.c @@ -8,7 +8,7 @@ * See the file "COPYING" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * $Id: tclrrd.c 1854 2009-06-07 14:46:21Z oetiker $ + * $Id$ */ @@ -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; }