|
@@ -66,7 +66,7 @@ ObjFileParser::ObjFileParser(std::vector<char> &Data,const std::string &strModel
|
|
m_uiLine(0),
|
|
m_uiLine(0),
|
|
m_pIO( io )
|
|
m_pIO( io )
|
|
{
|
|
{
|
|
- memset(m_buffer, BUFFERSIZE, 0);
|
|
|
|
|
|
+ std::fill_n(m_buffer,BUFFERSIZE,0);
|
|
|
|
|
|
// Create the model instance to store all the data
|
|
// Create the model instance to store all the data
|
|
m_pModel = new ObjFile::Model();
|
|
m_pModel = new ObjFile::Model();
|