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
procedure TStDictionary.dyFindNode() fails with AV upon assignment to T
T
H := Hash(Name); T := dySymbols^[H];
because hash in this revision is calculated without consideration of HashSize.
P.S. - it is not important for me, just notifying
The text was updated successfully, but these errors were encountered:
If you have a workaround, then please attach. This code is very old and should maybe only used for legacy projects.
Sorry, something went wrong.
No branches or pull requests
procedure TStDictionary.dyFindNode() fails with AV upon assignment to
T
because hash in this revision is calculated without consideration of HashSize.
P.S. - it is not important for me, just notifying
The text was updated successfully, but these errors were encountered: