aboutsummaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/condition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/condition.cpp b/src/engine/condition.cpp
index 316224db..56fe76c2 100644
--- a/src/engine/condition.cpp
+++ b/src/engine/condition.cpp
@@ -896,7 +896,7 @@ static HRESULT CompareOperands(
896 else 896 else
897 { 897 {
898 // not a combination that can be compared 898 // not a combination that can be compared
899 *pfResult = (BURN_SYMBOL_TYPE_NE == comparison); 899 *pfResult = (BURN_SYMBOL_TYPE_NE == comparison || BURN_SYMBOL_TYPE_NE_I == comparison);
900 } 900 }
901 901
902LExit: 902LExit: