Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 34a5623

Browse files
committed
Merge pull request #51 from cc6565/fix-pipe-issue
Output parameter within getNumericalValue not initialized
2 parents 4f03c87 + 770f8e1 commit 34a5623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parameter/SelectionCriterionType.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ bool CSelectionCriterionType::getNumericalValue(const std::string& strValue, int
8080
uint32_t uiNbValues = astrValues.size();
8181
int iResult = 0;
8282
uint32_t uiValueIndex;
83+
iValue = 0;
8384

8485
// Looping on each std::string delimited by "|" token and adding the associated value
8586
for (uiValueIndex = 0; uiValueIndex < uiNbValues; uiValueIndex++) {

0 commit comments

Comments
 (0)