mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Typo
This commit is contained in:
parent
8218db3dae
commit
9f9b60f974
@ -449,7 +449,7 @@ int zzlCompareElements(unsigned char *eptr, unsigned char *cstr, unsigned int cl
|
||||
return cmp;
|
||||
}
|
||||
|
||||
unsigned int *zzlLength(robj *zobj) {
|
||||
unsigned int zzlLength(robj *zobj) {
|
||||
unsigned char *zl = zobj->ptr;
|
||||
return ziplistLen(zl)/2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user