summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-07-12 20:55:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-07-12 20:55:54 (GMT)
commit3b2e4bef4ee97b17c041958cdbf4a4db0857ed97 (patch)
tree1ca1cd91c2711c6a81af5e8a1578743ae1c90df7 /ds9
parent455209f8c1a47721cd65c1b7742e06ac8aa3bf1a (diff)
downloadblt-3b2e4bef4ee97b17c041958cdbf4a4db0857ed97.zip
blt-3b2e4bef4ee97b17c041958cdbf4a4db0857ed97.tar.gz
blt-3b2e4bef4ee97b17c041958cdbf4a4db0857ed97.tar.bz2
update parser
Diffstat (limited to 'ds9')
-rw-r--r--ds9/library/parser.tac6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/library/parser.tac b/ds9/library/parser.tac
index fd7448c..da4c016 100644
--- a/ds9/library/parser.tac
+++ b/ds9/library/parser.tac
@@ -493,9 +493,9 @@ bin : CLOSE_ {BinDestroyDialog}
| MATCH_ {MatchBinCurrent}
| LOCK_ binLock
| ABOUT_ binAbout
- | BUFFERSIZE_ INT_ {global bin; set bin(buffersize) $1; ChangeBinBufferSize}
- | COLS_ STRING_ STRING_ {BinCols $2 $3}
- | COLSZ_ STRING_ STRING_ STRING_ {BinCols $2 $3 $4}
+ | BUFFERSIZE_ INT_ {global bin; set bin(buffersize) $2; ChangeBinBufferSize}
+ | COLS_ STRING_ STRING_ {BinCols \"$2\" \"$3\" \"\"}
+ | COLSZ_ STRING_ STRING_ STRING_ {BinCols \"$2\" \"$3\" \"$4\"}
| FACTOR_ binFactor
| DEPTH_ INT_ {global bin; set bin(depth) $1; ChangeBinDepth}
| FILTER_ STRING_ {BinFilter $2}