mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Compilation fixed on Linux after the source code split
This commit is contained in:
@ -551,7 +551,7 @@ void ziplistRepr(unsigned char *zl) {
|
||||
if (entry.encoding == ZIP_ENC_RAW) {
|
||||
fwrite(p,entry.len,1,stdout);
|
||||
} else {
|
||||
printf("%lld", zipLoadInteger(p,entry.encoding));
|
||||
printf("%lld", (long long) zipLoadInteger(p,entry.encoding));
|
||||
}
|
||||
printf("\n");
|
||||
p += entry.len;
|
||||
|
Reference in New Issue
Block a user