summaryrefslogtreecommitdiffstats
path: root/ds9/library/prefs.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-05 17:44:41 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-05 17:44:41 (GMT)
commit5049d4662dc3bedcf9f8cdf5aeb2df2eeacae9fe (patch)
treeb3cec007cc9b6c60554c7f18fc28e9075bc87dff /ds9/library/prefs.tcl
parentf22781f8773743906bb5ccdc4fd0b38945591cd2 (diff)
downloadblt-5049d4662dc3bedcf9f8cdf5aeb2df2eeacae9fe.zip
blt-5049d4662dc3bedcf9f8cdf5aeb2df2eeacae9fe.tar.gz
blt-5049d4662dc3bedcf9f8cdf5aeb2df2eeacae9fe.tar.bz2
fix version number vs prefs issue
Diffstat (limited to 'ds9/library/prefs.tcl')
-rw-r--r--ds9/library/prefs.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/prefs.tcl b/ds9/library/prefs.tcl
index f2dfb59..9ca01f8 100644
--- a/ds9/library/prefs.tcl
+++ b/ds9/library/prefs.tcl
@@ -47,7 +47,7 @@ proc LoadPrefs {} {
if {$minor>0} {
set minor [expr $minor-1]
} else {
- set major [expr $minor-1]
+ set major [expr $major-1]
set minor 9
}
}