Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change signature of kgets_func2() to be more like hgetln()
In particular the second parameter should be size_t, not int. The incorrect version worked when using hgetln(), mainly because the ABI passes arguments in registers. This ensures it will work because the types match instead of due to a happy accident. Hat-tip to John Marshall for spotting this.
- Loading branch information