Ignore:
Timestamp:
Nov 15, 2011, 1:25:38 PM (13 years ago)
Author:
ldelgass
Message:

Build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/vtkstreamlines-test

    r2511 r2687  
    122122    if {"" != $file && [catch {
    123123            set fid [open $file r]
    124             fconfigure $fid -translation binary
     124            fconfigure $fid -translation binary -encoding binary
    125125            set info [read $fid]
    126126            close $fid
     
    143143    if {"" != $file && [catch {
    144144            set fid [open $file r]
    145             fconfigure $fid -translation binary
     145            fconfigure $fid -translation binary -encoding binary
    146146            set info [read $fid]
    147147            close $fid
     
    164164    if {"" != $file && [catch {
    165165            set fid [open $file r]
    166             fconfigure $fid -translation binary
     166            fconfigure $fid -translation binary -encoding binary
    167167            set info [read $fid]
    168168            close $fid
Note: See TracChangeset for help on using the changeset viewer.