remove SkipSpaceAndLineEnd after parsing end_header in PlyParser.cpp
parent
3cc4ece11e
commit
52916b094c
|
@ -458,7 +458,8 @@ bool PLY::DOM::ParseHeader (const char* pCur,const char** pCurOut)
|
||||||
SkipLine(&pCur);
|
SkipLine(&pCur);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SkipSpacesAndLineEnd(pCur,&pCur);
|
// Is this needed ? it can't work as expected, if binary data start with values as space or line end.
|
||||||
|
// SkipSpacesAndLineEnd(pCur,&pCur);
|
||||||
*pCurOut = pCur;
|
*pCurOut = pCur;
|
||||||
|
|
||||||
DefaultLogger::get()->debug("PLY::DOM::ParseHeader() succeeded");
|
DefaultLogger::get()->debug("PLY::DOM::ParseHeader() succeeded");
|
||||||
|
|
Loading…
Reference in New Issue