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

anim8: Print float framecounts using %f #36

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

idbrii
Copy link
Contributor

@idbrii idbrii commented Mar 9, 2021

Ensure the print shows that the input value was a float. With %d it prints as an integer which looks correct when the error says it's not.

Ensure the print shows that the input value was a float. With %d it
prints as an integer which looks correct.
@coveralls
Copy link

coveralls commented Mar 9, 2021

Coverage Status

Coverage decreased (-0.03%) to 99.387% when pulling c8c9b98 on idbrii:fix-float-framecount-errormsg into c1c12ec on kikito:master.

@idbrii
Copy link
Contributor Author

idbrii commented Mar 10, 2021

Not sure how I decreased coverage. I changed a format specifier in a string. It's a single character change that doesn't cause branching.

@kikito kikito merged commit 2f30962 into kikito:master Jan 20, 2022
@kikito
Copy link
Owner

kikito commented Jan 20, 2022

Thanks for the change, merged! (apologies for the delay)

@idbrii idbrii deleted the fix-float-framecount-errormsg branch January 24, 2022 18:11
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

3 participants