Skip to content

Commit

Permalink
Add const to match tclExtdInt.h TclXOSInetAtoN def
Browse files Browse the repository at this point in the history
  • Loading branch information
bandoti authored and bovine committed Jan 18, 2024
1 parent 10b0bea commit b709cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/tclXwinOS.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ TclXOSexecl (Tcl_Interp *interp,
*/
int
TclXOSInetAtoN (Tcl_Interp *interp,
char *strAddress,
const char *strAddress,
struct in_addr *inAddress)
{
inAddress->s_addr = inet_addr (strAddress);
Expand Down

0 comments on commit b709cc3

Please sign in to comment.