From c728b6c96339d4aeee46275db3a60d7220c4a9ee Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 26 Aug 2002 08:53:16 -0400 Subject: [PATCH] fixed bug maybe --- Source/cmSetSourceFilesPropertiesCommand.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx index 156955029..7c3e8d508 100644 --- a/Source/cmSetSourceFilesPropertiesCommand.cxx +++ b/Source/cmSetSourceFilesPropertiesCommand.cxx @@ -83,6 +83,8 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass( propertyPairs.push_back(*j); ++j; } + // break out of the loop because j is already == end + break; } else if (doingFiles) {