Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not write a value for strings in htab.
The assignment is unnecessary, and was overwriting the first element in the bucket (not the added string's value) in the case of a collision.
- Loading branch information