summaryrefslogtreecommitdiffstats
path: root/ds9/library/vlss.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 17:27:04 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 17:27:04 (GMT)
commit68409ff3a87e74b06307f782a0b1343d58a0e614 (patch)
treecf82c4f959ab1236949aa31dbf0c3c39fe1d24c3 /ds9/library/vlss.tcl
parent1ca38c527c5c0ba7421891101bed4221f6219950 (diff)
downloadblt-68409ff3a87e74b06307f782a0b1343d58a0e614.zip
blt-68409ff3a87e74b06307f782a0b1343d58a0e614.tar.gz
blt-68409ff3a87e74b06307f782a0b1343d58a0e614.tar.bz2
update ds9 bin parser
Diffstat (limited to 'ds9/library/vlss.tcl')
-rw-r--r--ds9/library/vlss.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/vlss.tcl b/ds9/library/vlss.tcl
index 1d85c3e..8c585a0 100644
--- a/ds9/library/vlss.tcl
+++ b/ds9/library/vlss.tcl
@@ -130,7 +130,7 @@ proc ProcessVLSSCmd {varname iname} {
incr i [expr $vlss::yycnt-1]
}
-proc ProcessSendVLSSCmd {proc id param} {
+proc ProcessSendVLSSCmd {proc id param {sock {}} {fn {}}} {
VLSSDialog
IMGSVRProcessSendCmd $proc $id $param dvlss
}