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

Fix not rendering uint64_t values greater than the int64_t max value #278

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

2x2anthony
Copy link
Contributor

Values greater than the maximum positive value for int64_t do not render correctly -- they are rendered as negative values instead of positive values. This change fixes how unsigned integers are printed in the renderer.

@pantor
Copy link
Owner

pantor commented Nov 7, 2023

Great, thank you!

@pantor pantor merged commit 0066e60 into pantor:master Nov 7, 2023
@2x2anthony 2x2anthony deleted the FixUint64Max branch November 7, 2023 16:27
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