diff options
Diffstat (limited to 'source/cSocket.cpp')
-rw-r--r-- | source/cSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cSocket.cpp b/source/cSocket.cpp index 7e45d0b67..0e3d2730c 100644 --- a/source/cSocket.cpp +++ b/source/cSocket.cpp @@ -337,7 +337,7 @@ int cSocket::Send(const cPacket & a_Packet) unsigned short cSocket::GetPort(void) const
{
- assert(IsValid());
+ ASSERT(IsValid());
sockaddr_in Addr;
socklen_t AddrSize = sizeof(Addr);
|