diff options
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/condition.cpp | 2 |
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 | ||
902 | LExit: | 902 | LExit: |