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

Commit

Permalink
Merge pull request #51 from cc6565/fix-pipe-issue
Browse files Browse the repository at this point in the history
Output parameter within getNumericalValue not initialized
  • Loading branch information
dawagner committed Feb 19, 2015
2 parents 4f03c87 + 770f8e1 commit 34a5623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parameter/SelectionCriterionType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ bool CSelectionCriterionType::getNumericalValue(const std::string& strValue, int
uint32_t uiNbValues = astrValues.size();
int iResult = 0;
uint32_t uiValueIndex;
iValue = 0;

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

0 comments on commit 34a5623

Please sign in to comment.