klib icon indicating copy to clipboard operation
klib copied to clipboard

fixed problem with kb_itr_get always returns iterator same as kb_itr_first

Open tsanyen opened this issue 8 years ago • 1 comments

as kb_itr_get always returns an iterator from first;

tsanyen avatar May 24 '17 18:05 tsanyen

Your proposed fix is incomplete. A correct solution is already in PR #73.

I created an issue (#141) for this bug with a test program that fails with this PR (but passes with PR73 provided that the kb_itr_get() is modified to use kb_itr_getp() which is introduced by PR#73)

till-s avatar Apr 16 '20 21:04 till-s