1
0

Merged branch 'master' into SslWrappers.

This commit is contained in:
madmaxoft
2014-04-28 22:05:02 +02:00
114 changed files with 2211 additions and 1352 deletions

View File

@@ -888,9 +888,7 @@ void cByteBuffer::AdvanceReadPos(size_t a_Count)
void cByteBuffer::CheckValid(void) const
{
ASSERT(m_ReadPos >= 0);
ASSERT(m_ReadPos < m_BufferSize);
ASSERT(m_WritePos >= 0);
ASSERT(m_WritePos < m_BufferSize);
}