diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-05-31 17:27:04 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-05-31 17:27:04 (GMT) |
commit | 68409ff3a87e74b06307f782a0b1343d58a0e614 (patch) | |
tree | cf82c4f959ab1236949aa31dbf0c3c39fe1d24c3 /ds9/library/shm.tcl | |
parent | 1ca38c527c5c0ba7421891101bed4221f6219950 (diff) | |
download | blt-68409ff3a87e74b06307f782a0b1343d58a0e614.zip blt-68409ff3a87e74b06307f782a0b1343d58a0e614.tar.gz blt-68409ff3a87e74b06307f782a0b1343d58a0e614.tar.bz2 |
update ds9 bin parser
Diffstat (limited to 'ds9/library/shm.tcl')
-rw-r--r-- | ds9/library/shm.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/shm.tcl b/ds9/library/shm.tcl index d67002d..3fbddc0 100644 --- a/ds9/library/shm.tcl +++ b/ds9/library/shm.tcl @@ -34,7 +34,7 @@ proc ShmCmdSet {loadtype filetype filemode sharedidtype sharedid filename {share ProcessLoad } -proc ProcessSendShmCmd {proc id param} { +proc ProcessSendShmCmd {proc id param {sock {}} {fn {}}} { global current if {$current(frame) != {}} { |