Skip to content

Commit

Permalink
Merge remote-tracking branch 'fgaffie/fix_dump_element' into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Guiriec committed Apr 6, 2017
2 parents f368315 + d4ac41d commit 2bad684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameter/ArrayParameter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ bool CArrayParameter::access(std::vector<string> &astrValues, bool bSet,
string CArrayParameter::logValue(CParameterAccessContext &context) const
{
// Dump values
return getValues(0, context);
return getValues(getOffset() - context.getBaseOffset(), context);
}

// Used for simulation and virtual subsystems
Expand Down

0 comments on commit 2bad684

Please sign in to comment.