Skip to content

Fixes for nk_strtod, nk_strtof, and nk_strtoi #682

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

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

PROP65
Copy link
Contributor

@PROP65 PROP65 commented Sep 3, 2024

Removes const from endptr argument to allow it to function as intended.

/* From 1989 ANSI standard 4.10.1.4 */
double strtod(const char *nptr, char **endptr);

This should fix #678.

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.

WARN on char** for strtod
2 participants