mirror of
https://github.com/fluencelabs/redis
synced 2025-04-30 21:12:13 +00:00
Typo
This commit is contained in:
parent
8e1db6a05f
commit
4c36024f51
@ -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…
x
Reference in New Issue
Block a user