mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
init class members in Msg3
This commit is contained in:
1
Msg3.cpp
1
Msg3.cpp
@ -19,6 +19,7 @@ Msg3::Scan::Scan()
|
||||
m_startpg(0), m_endpg(0),
|
||||
m_hintOffset(0), m_fileNum(0),
|
||||
m_inPageCache(false),
|
||||
m_shiftCount(0),
|
||||
m_list()
|
||||
{
|
||||
memset(m_hintKey,0,sizeof(m_hintKey));
|
||||
|
Reference in New Issue
Block a user