diff --git a/src/quicklist.h b/src/quicklist.h index 5c9530cc..e040368e 100644 --- a/src/quicklist.h +++ b/src/quicklist.h @@ -92,8 +92,8 @@ typedef struct quicklistEntry { quicklistNode *node; unsigned char *zi; unsigned char *value; - unsigned int sz; long long longval; + unsigned int sz; int offset; } quicklistEntry;