Skip to content

Commit

Permalink
Update src/app/AttributePathExpandIterator-DataModel.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
andy31415 and bzbarsky-apple authored Jul 19, 2024
1 parent c3fa7d4 commit 0c4134b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AttributePathExpandIterator-DataModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void AttributePathExpandIteratorDataModel::ResetCurrentCluster()
// will do nothing, since we won't be expanding the wildcard attribute ids under a cluster.
VerifyOrReturn(mpAttributePath != nullptr && mpAttributePath->mValue.HasWildcardAttributeId());

// Proceed path expansion to ask for the first attribute of the current cluster
// Reset path expansion to ask for the first attribute of the current cluster
mOutputPath.mAttributeId = kInvalidAttributeId;
mOutputPath.mExpanded = true; // we know this is a wildcard attribute
Next();
Expand Down

0 comments on commit 0c4134b

Please sign in to comment.