Skip to content

Commit

Permalink
axis.tcl: workaround for tcl8.6 breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haberler committed May 19, 2015
1 parent b63c0b0 commit b031783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/axis/tcl/axis.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,7 @@ proc update_title {args} {
}

proc update_state {args} {
set mytest "Hooray!"
switch $::task_state \
$::STATE_ESTOP { set ::task_state_string [_ "ESTOP"] } \
$::STATE_ESTOP_RESET { set ::task_state_string [_ "OFF"] } \
Expand Down

0 comments on commit b031783

Please sign in to comment.