summaryrefslogtreecommitdiffstats
path: root/library/registry
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-06 09:26:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-06 09:26:30 (GMT)
commitf39dee95d792dd873d1c00643dfcdf86539ab839 (patch)
treec7a3d32715b5d95f5e6072b1a99207dee46fb7df /library/registry
parent124e36102e8b08023fe370defa49f89705d61a13 (diff)
downloadtcl-f39dee95d792dd873d1c00643dfcdf86539ab839.zip
tcl-f39dee95d792dd873d1c00643dfcdf86539ab839.tar.gz
tcl-f39dee95d792dd873d1c00643dfcdf86539ab839.tar.bz2
TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry pkgIndex.tcl. Otherwise those pkgIndex.tcl files no longer work in a Tcl 8.6 environment.
dde -> 1.4.4, registry -> 1.3.6 (to stop all confusion about the difference to Tcl 8.6.11)
Diffstat (limited to 'library/registry')
-rw-r--r--library/registry/pkgIndex.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/registry/pkgIndex.tcl b/library/registry/pkgIndex.tcl
index 8b35997..5c73f30 100644
--- a/library/registry/pkgIndex.tcl
+++ b/library/registry/pkgIndex.tcl
@@ -1,4 +1,4 @@
if {![package vsatisfies [package provide Tcl] 8.5-]} return
if {[info sharedlibextension] != ".dll"} return
-package ifneeded registry 1.3.5 \
- [list load [file join $dir tclregistry13.dll]]
+package ifneeded registry 1.3.6 \
+ [list load [file join $dir tclregistry13.dll] Registry]