aboutsummaryrefslogtreecommitdiff
path: root/src/engine/condition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/condition.cpp')
-rw-r--r--src/engine/condition.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/condition.cpp b/src/engine/condition.cpp
index d6038b34..06591567 100644
--- a/src/engine/condition.cpp
+++ b/src/engine/condition.cpp
@@ -434,7 +434,6 @@ static HRESULT ParseOperand(
434 HRESULT hr = S_OK; 434 HRESULT hr = S_OK;
435 LPWSTR sczFormatted = NULL; 435 LPWSTR sczFormatted = NULL;
436 436
437 // Symbols don't encrypt their value, so can access the value directly.
438 switch (pContext->NextSymbol.Type) 437 switch (pContext->NextSymbol.Type)
439 { 438 {
440 case BURN_SYMBOL_TYPE_IDENTIFIER: 439 case BURN_SYMBOL_TYPE_IDENTIFIER:
@@ -715,7 +714,6 @@ static HRESULT NextSymbol(
715 pContext->wzRead[n] == L'-' || 714 pContext->wzRead[n] == L'-' ||
716 pContext->wzRead[n] == L'.'); 715 pContext->wzRead[n] == L'.');
717 716
718 // Symbols don't encrypt their value, so can access the value directly.
719 hr = VerParseVersion(&pContext->wzRead[1], n - 1, FALSE, &pContext->NextSymbol.Value.pValue); 717 hr = VerParseVersion(&pContext->wzRead[1], n - 1, FALSE, &pContext->NextSymbol.Value.pValue);
720 if (FAILED(hr)) 718 if (FAILED(hr))
721 { 719 {