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