Changeset 4496


Ignore:
Timestamp:
Jul 14, 2014 8:46:07 AM (10 years ago)
Author:
ldelgass
Message:

merge r4492 from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunkmerged: 4492
  • branches/1.3/gui/scripts/visviewer.tcl

    r4479 r4496  
    599599itcl::body Rappture::VisViewer::SendEcho {channel {data ""}} {
    600600    if { $_logging }  {
    601         set f [open "/tmp/recording.log" "a"]
    602         puts $f $data
    603         close $f
     601        set f [open "/tmp/recording.log" "a"]
     602        fconfigure $f -translation binary -encoding binary
     603        puts -nonewline $f $data
     604        close $f
    604605    }
    605606    #puts stderr ">>($data)"
Note: See TracChangeset for help on using the changeset viewer.