| # | Line 148 | Line 148 | proc load_vars {f {vl all}} { # load RIF variables | |
|---|---|---|
| 148 | } | |
| 149 | if {"$vl" == "all" && ! [chksave]} {return 0} | |
| 150 | set curmess {Please wait...} | |
| 151 | < | update idletasks |
| 151 | > | update |
| 152 | if [catch {exec rad -n -w -e $f >& /usr/tmp/ro[pid]}] { | |
| 153 | set curmess [exec cat /usr/tmp/ro[pid]] | |
| 154 | exec rm -f /usr/tmp/ro[pid] | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |