summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-10 21:48:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-10 21:48:08 (GMT)
commitce60b23ac68eef8c0724f24465317ad3728d150f (patch)
treeafb5bd4c4810438cbc035a924c134843e0c21fdc /library
parent90e90bf737bb2a6274c860de870daf89e07ea20a (diff)
parentc59ff56f362269505027230eb5b8a1a4f9cf71e0 (diff)
downloadtcl-ce60b23ac68eef8c0724f24465317ad3728d150f.zip
tcl-ce60b23ac68eef8c0724f24465317ad3728d150f.tar.gz
tcl-ce60b23ac68eef8c0724f24465317ad3728d150f.tar.bz2
[Bug 473946]: special characters not correctly sent
Diffstat (limited to 'library')
-rw-r--r--library/dde/pkgIndex.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
index 9e62ac8..ce92028 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,7 +1,7 @@
if {![package vsatisfies [package provide Tcl] 8.5]} return
if {[string compare [info sharedlibextension] .dll]} return
if {[::tcl::pkgconfig get debug]} {
- package ifneeded dde 1.3.2 [list load [file join $dir tcldde13g.dll] dde]
+ package ifneeded dde 1.3.3 [list load [file join $dir tcldde13g.dll] dde]
} else {
- package ifneeded dde 1.3.2 [list load [file join $dir tcldde13.dll] dde]
+ package ifneeded dde 1.3.3 [list load [file join $dir tcldde13.dll] dde]
}