summaryrefslogtreecommitdiffstats
path: root/library/reg
diff options
context:
space:
mode:
Diffstat (limited to 'library/reg')
-rwxr-xr-xlibrary/reg/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/reg/pkgIndex.tcl b/library/reg/pkgIndex.tcl
index 9b2b4f3..70411e9 100755
--- a/library/reg/pkgIndex.tcl
+++ b/library/reg/pkgIndex.tcl
@@ -1,7 +1,7 @@
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[info exists tcl_platform(debug)]} {
package ifneeded registry 1.1 \
- [list load [file join $dir tclreg11d.dll] registry]
+ [list load [file join $dir tclreg11g.dll] registry]
} else {
package ifneeded registry 1.1 \
[list load [file join $dir tclreg11.dll] registry]