summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/catsendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-20 18:28:04 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-20 18:28:04 (GMT)
commit119471842b7169d7d21aae6f3252362accafe52d (patch)
tree0249fcd18152568b8d282b510fca5318410eb5ce /ds9/parsers/catsendparser.tac
parent5943ac30cb8ec59edd5bb977e9581e874b500f2b (diff)
downloadblt-119471842b7169d7d21aae6f3252362accafe52d.zip
blt-119471842b7169d7d21aae6f3252362accafe52d.tar.gz
blt-119471842b7169d7d21aae6f3252362accafe52d.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/catsendparser.tac')
-rw-r--r--ds9/parsers/catsendparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/catsendparser.tac b/ds9/parsers/catsendparser.tac
index 7a7a831..3ba77f2 100644
--- a/ds9/parsers/catsendparser.tac
+++ b/ds9/parsers/catsendparser.tac
@@ -14,7 +14,7 @@ catsend : {if {![CatalogCmdCheck]} {catsend::YYABORT}} catsendCmd
;
catsendCmd : {ProcessSendCmdGet icat cats}
- | HEADER_ {global cvarname; ProcessSendCmdResult {.txt} [CATGetHeader $cvarname]}
+ | HEADER_ {CatalogSendCmdHeader}
;
%%