Explorar o código

fix miss commit at 8e35ea59d520a3449793e50f678af3a14b8cd140

YoheiKakiuchi %!s(int64=11) %!d(string=hai) anos
pai
achega
08324b8095
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      code/PlyParser.cpp

+ 1 - 0
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;