summaryrefslogtreecommitdiffstats
path: root/ds9/library/parser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/parser.tac')
-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}