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

Add QCBORDecoder_Tell(); traversal cursor position bug fix #223

Merged
merged 5 commits into from
May 9, 2024

Conversation

laurencelundblade
Copy link
Owner

@laurencelundblade laurencelundblade commented May 6, 2024

Adds QCBORDecode_Tell() to return traversal cursor position.

Fixes a traversal cursor position bug. The position was not correct after a Get() of a non-aggregate item by label (e.g., QCBORDecode_GetInt64InMapN()) in an array that was entered.

Fixes to documentation for traversal cursor.

Addresses #213

@laurencelundblade laurencelundblade changed the title Add QCBORDecoder_Tell() Add QCBORDecoder_Tell(); traversal cursor position bug fix May 9, 2024
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

1 participant