summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-06-27 12:26:12 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-06-27 12:26:12 +0000
commitbda6b8d860fc90c41c738abcda21fa30550bcae5 (patch)
treef4feacb1762eebfb687506437345992d3a95f3aa
parent6ce2d8e606d33dad421ed450a81353fac9c27aa7 (diff)
downloadMPC-bda6b8d860fc90c41c738abcda21fa30550bcae5.tar.gz
ChangeLogTag: Mon Jun 27 07:25:08 2005 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog8
-rw-r--r--modules/ProjectCreator.pm2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cbf3b18..4b757b5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jun 27 07:25:08 2005 Chad Elliott <elliott_c@ociweb.com>
+
+ * modules/ProjectCreator.pm:
+
+ My previous checkin uncovered a serious bug in MPC dealing with
+ features that weren't enabled and used the specific/else
+ construct.
+
Mon Jun 27 06:28:54 2005 Chad Elliott <elliott_c@ociweb.com>
* config/zzip.mpb:
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index 033ab6d2..b0e10fc6 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -1268,7 +1268,7 @@ sub process_feature {
if ($line =~ /{$/) {
++$curly;
}
- elsif ($line =~ /^}$/) {
+ if ($line =~ /^}/) {
--$curly;
}
if ($curly == 0) {