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

Correct format string for unsigned char #154

Merged
merged 1 commit into from Sep 26, 2018

Conversation

tbleher
Copy link
Contributor

@tbleher tbleher commented Sep 18, 2018

Description

While skimming the code, I saw that the format string for unsigned char was wrong. This patch corrects that oversight.

@tbleher tbleher changed the base branch from master to dev September 18, 2018 20:36
The correct format string for unsigned char is %u.
coverage_maxout is adapted to match the correct output.
@onqtam
Copy link
Member

onqtam commented Sep 26, 2018

Thanks for this as well!

@onqtam onqtam merged commit af39bae into doctest:dev Sep 26, 2018
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