ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/gethelp3.6.tcl
(Generate patch)

Comparing ray/src/util/gethelp3.6.tcl (file contents):
Revision 2.10 by greg, Mon Jul 24 13:31:24 1995 UTC vs.
Revision 2.11 by greg, Tue Oct 17 21:28:18 1995 UTC

# Line 129 | Line 129 | proc helpopen fname {                  # open the named help file
129          .helpwin.txt insert end "Loading $fname..."
130          update
131          set curhelp(fid) [open $fname r]
132 <        if {! [file exists $ifile] ||
132 >        if {! [file isfile $ifile] ||
133                          [file mtime $fname] > [file mtime $ifile]} {
134                  set helpindex(catlist) {}
135                  while {[gets $curhelp(fid) li] >= 0} {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines