Skip to content

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