Skip to content
Snippets Groups Projects
Unverified Commit 8794452c authored by Ashwin Ramesh's avatar Ashwin Ramesh
Browse files

Fix: Update block on seek

parent 3ca38ad0
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ func (l *ListIterator) Seek(uid uint64, whence int) {
return
}
l.bidx = i
l.curBlock = l.list.Blocks[l.bidx]
l.lidx = j
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment