We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
amxmodx/amxmodx/datastructs.cpp
Line 873 in 4f6b779
The ArrayFindString function finds a string whose beginning matches the required string, But it must search for an equal string
The text was updated successfully, but these errors were encountered:
I hope it can be fixed by replacing:
Line 866 in 4f6b779
size_t a_len = amxstring_len(a) + 1;
So, the length will always include zero terminator which would fix the comparison.
Can you verify this fix and create a pull request if it works correctly?
Sorry, something went wrong.
@ArKaNeMaN had you test it?
Explain the results please, to consider a future pull request.
I'm looking for a fix to this, it is matching with just the beggining, will maybe an extra parameter be enough?
No branches or pull requests
amxmodx/amxmodx/datastructs.cpp
Line 873 in 4f6b779
The ArrayFindString function finds a string whose beginning matches the required string, But it must search for an equal string
The text was updated successfully, but these errors were encountered: