aboutsummaryrefslogtreecommitdiff
path: root/dep/src/sockets/TcpSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/src/sockets/TcpSocket.cpp')
-rw-r--r--dep/src/sockets/TcpSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/src/sockets/TcpSocket.cpp b/dep/src/sockets/TcpSocket.cpp
index 1e2c5f7cb05..9dab541eebe 100644
--- a/dep/src/sockets/TcpSocket.cpp
+++ b/dep/src/sockets/TcpSocket.cpp
@@ -1012,7 +1012,7 @@ void TcpSocket::Sendf(const char *format, ...)
#ifdef _WIN32
vsprintf(slask, format, ap);
#else
-DEB(vsnprintf(slask, 5000, format, ap);)
+ vsnprintf(slask, 5000, format, ap);
#endif
va_end(ap);
Send( slask );