diff --git a/code/PlyParser.cpp b/code/PlyParser.cpp index 51a0379fe..67f5b0bc8 100644 --- a/code/PlyParser.cpp +++ b/code/PlyParser.cpp @@ -462,6 +462,7 @@ bool PLY::DOM::ParseHeader (const char* pCur,const char** pCurOut,bool isBinary) { // it would occur an error, if binary data start with values as space or line end. SkipSpacesAndLineEnd(pCur,&pCur); } + *pCurOut = pCur; DefaultLogger::get()->debug("PLY::DOM::ParseHeader() succeeded"); return true;