Suggesting a slightly more readable representation of a tab...

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@272 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2010-02-23 12:15:05 +00:00
parent 12638100b0
commit 0922b1bd03

View File

@@ -172,7 +172,7 @@ read_material(std::fstream& _in)
stream >> keyWrd;
if( ( isspace(line[0]) && line[0] != 0x09 /*tab*/ ) || line[0] == '#' )
if( ( isspace(line[0]) && line[0] != '\t' ) || line[0] == '#' )
{
if (indef && !key.empty() && mat.is_valid())
{