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

Replaces std::size_t with int in for loops to prevent errors #190

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

notx0r
Copy link
Contributor

@notx0r notx0r commented Feb 19, 2024

This PR reverts two places changed in #186, where the unsigned size_t causes problems when the loop index is decremented beyond zero.

@bupticybee bupticybee merged commit b6775e5 into bupticybee:master Feb 19, 2024
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