Merge pull request #228 from YoheiKakiuchi/fix_ply_bug

fix miss commit at 8e35ea59d5
pull/232/head
Kim Kulling 2014-03-01 14:24:18 +01:00
commit 49e9ad9fa5
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;