summaryrefslogtreecommitdiff
path: root/deps/hiredis
diff options
context:
space:
mode:
Diffstat (limited to 'deps/hiredis')
-rw-r--r--deps/hiredis/sds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/hiredis/sds.c b/deps/hiredis/sds.c
index b64ffb13a..47b9823ea 100644
--- a/deps/hiredis/sds.c
+++ b/deps/hiredis/sds.c
@@ -457,7 +457,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
i = initlen; /* Position of the next byte to write to dest str. */
while(*f) {
char next, *str;
- size_t l;
+ int l;
long long num;
unsigned long long unum;