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 __expand_env not passing the input string length #116

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

fischerling
Copy link
Contributor

Previously ___expand_env did calculate the input string length if it was not provided.
Now ___expand_env expects that the str_len is provided. Update the documentation reflecting the actual behavior of the function. Fix __expand_env by calculating the length of the input string.

Fixes: 41bd159

Previously ___expand_env did calculate the input string length if it
was not provided.
Now ___expand_env expects that the str_len is provided.
Update the documentation reflecting the actual behavior of the function.
Fix __expand_env by calculating the length of the input string.

Fixes: 41bd159
@Galfurian Galfurian merged commit 4cd7ea9 into mentos-team:develop Dec 5, 2024
18 checks passed
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