mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Fix comments in function raxLowWalk of listpack.c
This commit is contained in:
parent
71fafd761a
commit
f800b52172
@ -487,8 +487,8 @@ static inline size_t raxLowWalk(rax *rax, unsigned char *s, size_t len, raxNode
|
|||||||
if (h->iscompr) j = 0; /* Compressed node only child is at index 0. */
|
if (h->iscompr) j = 0; /* Compressed node only child is at index 0. */
|
||||||
memcpy(&h,children+j,sizeof(h));
|
memcpy(&h,children+j,sizeof(h));
|
||||||
parentlink = children+j;
|
parentlink = children+j;
|
||||||
j = 0; /* If the new node is compressed and we do not
|
j = 0; /* If the new node is non compressed and we do not
|
||||||
iterate again (since i == l) set the split
|
iterate again (since i == len) set the split
|
||||||
position to 0 to signal this node represents
|
position to 0 to signal this node represents
|
||||||
the searched key. */
|
the searched key. */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user