Differences From Artifact [a58b86583f]:
- File win/tclWinSock.c — part of check-in [92cfbef048] at 2012-04-05 09:34:56 on branch trunk — Reduce amount of unreachable code. Refactor Win socket and load code to be less baroque in its internals. (user: dkf size: 71923) [more...]
To Artifact [a5dad218d8]:
- File win/tclWinSock.c — part of check-in [c8d80a632a] at 2012-04-11 20:36:16 on branch trunk — fix windows build broken by [92cfbef048] (Refactor Win socket and load code to be less baroque in its internals) (user: jan.nijtmans size: 71924) [more...]
| ︙ | |||
1407 1408 1409 1410 1411 1412 1413 | 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 | - + |
Tcl_Close(NULL, infoPtr->channel);
return NULL;
} else if (TCL_ERROR == Tcl_SetChannelOption(NULL, infoPtr->channel,
"-eofchar", "")) {
Tcl_Close(NULL, infoPtr->channel);
return NULL;
}
|
| ︙ |