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

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