summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2019-07-01 13:37:57 -0500
committerChad Elliott <elliottc@objectcomputing.com>2019-07-01 13:37:57 -0500
commit81bcbb2a39e3be1e588d1f12399c79a2ffc8284f (patch)
tree717bc1d97c2b807f07ed6b710ecb2dbf2ae020d0 /modules
parentc8e2f48e87161dac7cf8780dbcbf84b1db34ee6c (diff)
downloadMPC-81bcbb2a39e3be1e588d1f12399c79a2ffc8284f.tar.gz
Mon Jul 1 18:35:43 UTC 2019 Chad Elliott <elliottc@objectcomputing.com>ocitao22ap16MPC_4_1_44ACE+TAO-6_5_6
Diffstat (limited to 'modules')
-rw-r--r--modules/TemplateParser.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/TemplateParser.pm b/modules/TemplateParser.pm
index 33516751..0544f5d7 100644
--- a/modules/TemplateParser.pm
+++ b/modules/TemplateParser.pm
@@ -2053,7 +2053,7 @@ sub doif_is_custom_input {
## exist (which isn't guaranteed at project generation time). So,
## we do the minimal comparison using the file_sorter on the
## ProjectCreator to handle case sensitivity automatically.
- return 1 if ($self->{'prjc'}->file_sorter($input, $val));
+ return 1 if ($self->{'prjc'}->file_sorter($input, $val) == 0);
}
}