From 3b2e4bef4ee97b17c041958cdbf4a4db0857ed97 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 12 Jul 2017 16:55:54 -0400 Subject: update parser --- ds9/library/parser.tac | 6 +++--- 1 file 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} -- cgit v0.12