Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9f9b60f9
Commit
9f9b60f9
authored
Mar 08, 2011
by
Pieter Noordhuis
Browse files
Typo
parent
8218db3d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/t_zset.c
View file @
9f9b60f9
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment