Changeset 994 for trunk/base


Ignore:
Timestamp:
Oct 8, 2002, 3:01:05 PM (22 years ago)
Author:
jkh
Message:

Remove a debugging puts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portutil.tcl

    r993 r994  
    325325    seek $input 0
    326326
    327         # copy from strsed output back into the input
     327    # copy from strsed output back into the input
    328328    if {[catch {fcopy $output $input} error]} {
    329329        ui_error "reinplace: $error"
     
    335335       
    336336    set eof [file size "$tmpfile"]
    337     puts "$tmpfile $eof"
    338337    ftruncate $input $eof
    339338
Note: See TracChangeset for help on using the changeset viewer.