Changeset 805 for trunk/gsascmds.tcl
- Timestamp:
- Dec 4, 2009 5:12:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsascmds.tcl
- Property rcs:date changed from 2004/05/04 17:20:35 to 2004/09/20 15:32:20
- Property rcs:lines changed from +13 -3 to +2 -2
- Property rcs:rev changed from 1.57 to 1.58
r791 r805 1591 1591 set in [open $file r] 1592 1592 set out [open $tmpname w] 1593 fconfigure $out -translation crlf 1593 fconfigure $out -translation crlf -encoding ascii 1594 1594 set len [gets $in line] 1595 1595 if {$len > 160} {
Note: See TracChangeset
for help on using the changeset viewer.