fix miss commit at 8e35ea59d5

pull/228/head
YoheiKakiuchi 2014-03-01 20:34:57 +09:00
parent fd4cd67edb
commit 08324b8095
1 changed files with 1 additions and 0 deletions

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;