-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
khash example in gh-pages documentation uses non-existing variable #130
Comments
I had the same problem. |
It should be
Honestly though, line 8 should be deleted. Calling |
@selavy Thanks! |
The original logic of the code doesn't make sense. Hopefully this code snippet is explains why:
|
Thanks a lot! |
I would recommend reading through the documentation that is in the file: Lines 428 to 549 in f719aad
|
i would recommend opening a PR fixing the docs, but then it looks like this repo is unmaintained anyways. |
the example uses
if(!ret)
even though ret isn't declared. i assumek
is meant.The text was updated successfully, but these errors were encountered: