fix miss commit at 8e35ea59d5

This commit is contained in:
YoheiKakiuchi
2014-03-01 20:34:57 +09:00
parent fd4cd67edb
commit 08324b8095

View File

@@ -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;