Ignore:
Timestamp:
Nov 23, 2014, 3:29:00 AM (10 years ago)
Author:
ldelgass
Message:

merge r4767 from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunkmerged: 4767
  • branches/1.3/gui/scripts/vtkstreamlinesviewer.tcl

    r4766 r4768  
    875875    if { $info(-type) == "image" } {
    876876        if 0 {
    877             set f [open "last.ppm" "w"]
    878             puts $f $bytes
     877            set f [open "last.ppm" "w"]
     878            fconfigure $f -encoding binary
     879            puts -nonewline $f $bytes
    879880            close $f
    880881        }
     
    990991                    set f [open /tmp/vtkstreamlines.vtk "w"]
    991992                    fconfigure $f -translation binary -encoding binary
    992                     puts $f $bytes
     993                    puts -nonewline $f $bytes
    993994                    close $f
    994995                }
Note: See TracChangeset for help on using the changeset viewer.