Change-Id: I41f097b5b96c4d000b1748b9e0411497d323556a
This commit is contained in:
Jean-Baptiste Queru
2012-03-22 12:57:54 -07:00
10 changed files with 76 additions and 30 deletions

View File

@@ -73,7 +73,7 @@ void *SocketStream::allocBuffer(size_t minSize)
m_buf = p;
m_bufsize = allocSize;
} else {
ERR("%s: realloc (%d) failed\n", __FUNCTION__, allocSize);
ERR("%s: realloc (%zu) failed\n", __FUNCTION__, allocSize);
free(m_buf);
m_buf = NULL;
m_bufsize = 0;