projects
/
simgear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa27207
)
Another Windows typo-fix.
author
James Turner
<zakalawe@mac.com>
Wed, 24 Aug 2011 10:29:09 +0000
(11:29 +0100)
committer
James Turner
<zakalawe@mac.com>
Wed, 24 Aug 2011 10:29:09 +0000
(11:29 +0100)
simgear/io/raw_socket.cxx
patch
|
blob
|
history
diff --git
a/simgear/io/raw_socket.cxx
b/simgear/io/raw_socket.cxx
index ecc8671fa8a9b76c0fbb5de2ca3b8dcb803081c6..aaa7d871fb0722f52d3c451223d2d119fa93a5cf 100644
(file)
--- a/
simgear/io/raw_socket.cxx
+++ b/
simgear/io/raw_socket.cxx
@@
-329,7
+329,7
@@
int Socket::bind ( const char* host, int port )
}
}
#if defined(WINSOCK)
- else if( (result = ::bind(handle,addr
->getAddr(), addr->
getAddrLen())) < 0 ) {
+ else if( (result = ::bind(handle,addr
.getAddr(), addr.
getAddrLen())) < 0 ) {
SG_LOG(SG_IO, SG_ALERT, "bind(" << host << ":" << port << ") failed. Errno " << errno << " (" << strerror(errno) << ")");
return result;
}