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

dtostrf_p doesn't handle advertised range #2879

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Aug 30, 2024

Code indicates range of +/- 4294967040.0 but that isn't achievable using ltoa (signed) call. Clearly ultoa was intended.

Code indicates range of +/- 4294967040.0 but that isn't achievable using `ltoa` (signed) call.
@SmingHub SmingHub deleted a comment from what-the-diff bot Aug 30, 2024
@slaff slaff added this to the 6.0.0 milestone Aug 31, 2024
@slaff slaff merged commit 4fff8a8 into SmingHub:develop Aug 31, 2024
46 checks passed
@mikee47 mikee47 deleted the fix/dtostrf-signed branch August 31, 2024 12:18
@slaff slaff mentioned this pull request Dec 11, 2024
5 tasks
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