Skip to content

Fix sign mismatch in valueToString #707

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

Merged
merged 1 commit into from
Dec 5, 2017
Merged

Fix sign mismatch in valueToString #707

merged 1 commit into from
Dec 5, 2017

Conversation

remyjette
Copy link
Contributor

valueToString takes an argument unsigned int precision, but it is used with %d rather than %u in the snprintf format string. Make the format string look for an unsigned value instead.

`valueToString` takes an argument `unsigned int precision`, but it is used with `%d` rather than `%u` in the `snprintf` format string. Make the format string look for an unsigned value instead.
@cdunn2001 cdunn2001 merged commit c39aa29 into open-source-parsers:master Dec 5, 2017
@cdunn2001
Copy link
Contributor

Thanks, @remyjette!

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.

2 participants