Bläddra i källkod

fixed bug maybe

Ken Martin 23 år sedan
förälder
incheckning
c728b6c963
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      Source/cmSetSourceFilesPropertiesCommand.cxx

+ 2 - 0
Source/cmSetSourceFilesPropertiesCommand.cxx

@@ -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)
       {
       {