Skip to content

Commit

Permalink
Merge 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jan 27, 2021
2 parents 24c9fbc + 79f1680 commit 85be4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/genStubs.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ proc genStubs::rewriteFile {file text} {
return
}
set in [open ${file} r]
fconfigure $in -eofchar "\032 {}" -encoding utf-8
set out [open ${file}.new w]
fconfigure $out -translation lf -encoding utf-8

Expand Down Expand Up @@ -1191,7 +1192,7 @@ proc genStubs::init {} {
set outDir [lindex $argv 0]

foreach file [lrange $argv 1 end] {
source $file
source -encoding utf-8 $file
}

foreach name [lsort [array names interfaces]] {
Expand Down

0 comments on commit 85be4a1

Please sign in to comment.