TclEncode terminate string

This commit is contained in:
James Cherry 2019-12-20 15:08:36 -07:00
parent 5493a6ec91
commit 169fe22825
1 changed files with 6 additions and 0 deletions

View File

@ -76,3 +76,9 @@ foreach filename $init_filenames {
encode_file $filename
}
puts $out_stream "\","
# NULL string to terminate char* array.
puts $out_stream "0"
puts $out_stream "};"
puts $out_stream "} // namespace"
close $out_stream