mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
285 B

--- ./lib/net/CTCPSocket.cpp.orig 2006-07-19 22:13:40.000000000 +0200
+++ ./lib/net/CTCPSocket.cpp 2006-07-19 22:14:04.000000000 +0200
@@ -140,7 +140,7 @@
void
CTCPSocket::write(const void* buffer, UInt32 n)
{
- bool wasEmpty;
+ bool wasEmpty = true;
{
CLock lock(&m_mutex);