Skip to content

Commit

Permalink
Small cast fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Jan 7, 2025
1 parent cca4446 commit 8bee2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ReportTcl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ encapSeekProc(ClientData instanceData,
} // extern "C"

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

0 comments on commit 8bee2ec

Please sign in to comment.