Skip to content

Commit

Permalink
Smallfix again
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Jan 7, 2025
1 parent 8bee2ec commit ad507b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/ReportTcl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ encapSeekProc(ClientData instanceData,

} // extern "C"

char file_string[] = "file";
Tcl_ChannelType tcl_encap_type_stdout = {
(char*)"file",
file_string,
TCL_CHANNEL_VERSION_5,
#if TCL_MAJOR_VERSION < 9
encapCloseProc,
Expand Down

0 comments on commit ad507b3

Please sign in to comment.