mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
another flint detected issue - init to 0 instead of with ourselves
This commit is contained in:
@@ -130,7 +130,7 @@ public:
|
||||
// ********************************************************
|
||||
|
||||
ByteQueue::ByteQueue(unsigned int m_nodeSize)
|
||||
: m_nodeSize(m_nodeSize), m_lazyLength(0)
|
||||
: m_nodeSize(0), m_lazyLength(0)
|
||||
{
|
||||
m_head = m_tail = new ByteQueueNode(m_nodeSize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user