Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ucl++ bug where iterators stop on a UCL_NULL field. #197

Merged
merged 1 commit into from
Dec 9, 2018

Conversation

no-more-secrets
Copy link
Contributor

When iterating through the fields of an object using ucl++
the iterators would stop upon encountering a UCL_NULL value.
This change will make them stop only when the ucl-C iterator
functions returns NULL, meaning there are no fields left to
iterate.

Fixes #195

When iterating through the fields of an object using ucl++
the iterators would stop upon encountering a null value.
This change will make them stop only when the ucl-C iterator
functions returns NULL.

Fixes vstakhov#195
@vstakhov vstakhov merged commit 41066de into vstakhov:master Dec 9, 2018
@no-more-secrets no-more-secrets deleted the fix-iterators branch December 9, 2018 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants