diff options
-rw-r--r-- | ds9/doc/release/r8.1.html | 1 | ||||
-rw-r--r-- | ds9/parsers/scalesendparser.tac | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ds9/doc/release/r8.1.html b/ds9/doc/release/r8.1.html index 2053bc9..323e5c5 100644 --- a/ds9/doc/release/r8.1.html +++ b/ds9/doc/release/r8.1.html @@ -31,6 +31,7 @@ <li><tt>12.29.2018 TKMACOSX: update TEA to 3.13.</tt></li> <li><tt>12.29.2018 TKWIN: update TEA to 3.13.</tt></li> <li><tt>01.03.2019 DS9: fixed a problem with MacOS Aqua and Windows unable to locate ds9 parser scripts at startup.</tt></li> +<li><tt>01.03.2019 SCALE: fixed scale command.</tt></li> <li><tt><b>xx.xx.2018 RELEASE version 8.1b1</b></tt></li> </ol> </div> diff --git a/ds9/parsers/scalesendparser.tac b/ds9/parsers/scalesendparser.tac index 9436518..cc11c11 100644 --- a/ds9/parsers/scalesendparser.tac +++ b/ds9/parsers/scalesendparser.tac @@ -31,7 +31,7 @@ scalesend : {ProcessSendCmdGet scale type} %% -proc scale::yyerror {msg} { +proc scalesend::yyerror {msg} { variable yycnt variable yy_current_buffer variable index_ |