diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-11 20:36:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-11 20:36:16 (GMT) |
commit | b2446cdb392867aa3ac12d58128990fff0cd9191 (patch) | |
tree | f060ea4a591517033e0ef5ca81a3cbda6627cf84 /win/tclWinSock.c | |
parent | 9d4179718912cd5ef32f406e874276806b726f8d (diff) | |
download | tcl-b2446cdb392867aa3ac12d58128990fff0cd9191.zip tcl-b2446cdb392867aa3ac12d58128990fff0cd9191.tar.gz tcl-b2446cdb392867aa3ac12d58128990fff0cd9191.tar.bz2 |
fix windows build broken by [92cfbef048]
(Refactor Win socket and load code to be less baroque in its internals)
Diffstat (limited to 'win/tclWinSock.c')
-rw-r--r-- | win/tclWinSock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinSock.c b/win/tclWinSock.c index 2f14c17..7181701 100644 --- a/win/tclWinSock.c +++ b/win/tclWinSock.c @@ -1411,7 +1411,7 @@ Tcl_OpenTcpClient( Tcl_Close(NULL, infoPtr->channel); return NULL; } - return infoPtr->channel + return infoPtr->channel; } /* |