summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-08-05 20:34:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-08-05 20:34:57 (GMT)
commit6aad9eb5238309785f06a794e5a58496bab884ee (patch)
tree03a897dfb2afc75d26f2aa276abc3238ee535952 /win/tclWinSock.c
parent13147008eb79f31b7f144a848233b4a28591b2d9 (diff)
downloadtcl-6aad9eb5238309785f06a794e5a58496bab884ee.zip
tcl-6aad9eb5238309785f06a794e5a58496bab884ee.tar.gz
tcl-6aad9eb5238309785f06a794e5a58496bab884ee.tar.bz2
Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!)
Diffstat (limited to 'win/tclWinSock.c')
-rw-r--r--win/tclWinSock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinSock.c b/win/tclWinSock.c
index 6986528..7894920 100644
--- a/win/tclWinSock.c
+++ b/win/tclWinSock.c
@@ -1282,7 +1282,7 @@ CreateSocket(
if (interp != NULL) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"couldn't open socket: %s",
- (errorMsg ? errorMsg : Tcl_PosixError(interp)));
+ (errorMsg ? errorMsg : Tcl_PosixError(interp))));
}
if (sock != INVALID_SOCKET) {