|
|
|
@ -91,6 +91,7 @@ namespace eval punkcheck { |
|
|
|
set fd [open $punkcheck_file w] |
|
|
|
set fd [open $punkcheck_file w] |
|
|
|
chan configure $fd -translation binary |
|
|
|
chan configure $fd -translation binary |
|
|
|
puts -nonewline $fd $newtdl |
|
|
|
puts -nonewline $fd $newtdl |
|
|
|
|
|
|
|
flush $fd |
|
|
|
close $fd |
|
|
|
close $fd |
|
|
|
return [list recordcount [llength $recordlist] linecount $linecount] |
|
|
|
return [list recordcount [llength $recordlist] linecount $linecount] |
|
|
|
} |
|
|
|
} |
|
|
|
|