Disable trimming as it does not build on windows

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@469 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-11-28 10:57:28 +00:00
parent 0e08dce166
commit 300b400a45
2 changed files with 36 additions and 36 deletions

View File

@@ -844,7 +844,7 @@ bool _PLYReader_::can_u_read(std::istream& _is) const {
// read 1st line
std::string line;
std::getline(_is, line);
trim(line);
//trim(line);
//Check if this file is really a ply format
if (line != "PLY" && line != "ply")