mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
Offset should be size_t
This commit is contained in:
@ -616,7 +616,7 @@ unsigned char *zzlInsertAt(unsigned char *zl, unsigned char *eptr, robj *ele, do
|
||||
unsigned char *sptr;
|
||||
char scorebuf[128];
|
||||
int scorelen;
|
||||
int offset;
|
||||
size_t offset;
|
||||
|
||||
redisAssert(ele->encoding == REDIS_ENCODING_RAW);
|
||||
scorelen = d2string(scorebuf,sizeof(scorebuf),score);
|
||||
|
Reference in New Issue
Block a user