summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/ds9.tcl2
-rw-r--r--ds9/library/nsvr.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index 1459560..6e12d40 100644
--- a/ds9/library/ds9.tcl
+++ b/ds9/library/ds9.tcl
@@ -205,7 +205,7 @@ switch $ds9(wm) {
source $ds9(root)/tcl8/8.5/msgcat-1.5.2.tm
}
if {![namespace exists http]} {
- source $ds9(root)/tcl8/8.6/http-2.8.12.tm
+ source $ds9(root)/tcl8/8.6/http-2.9.0.tm
source $ds9(root)/library/htp.tcl
}
diff --git a/ds9/library/nsvr.tcl b/ds9/library/nsvr.tcl
index b4430c2..e7192ce 100644
--- a/ds9/library/nsvr.tcl
+++ b/ds9/library/nsvr.tcl
@@ -31,7 +31,7 @@ proc NSVRServer {varname} {
vizier {append ${varname}(url) {/V}}
}
- set var(query) [http::formatQuery $var(name)]
+ set var(query) [http::mapReply $var(name)]
NSVRGetURL $varname $var(url)
}