fixed bug maybe

This commit is contained in:
Ken Martin 2002-08-26 08:53:16 -04:00
parent 408361af51
commit c728b6c963
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass(
propertyPairs.push_back(*j); propertyPairs.push_back(*j);
++j; ++j;
} }
// break out of the loop because j is already == end
break;
} }
else if (doingFiles) else if (doingFiles)
{ {