Commit baff3ba6 authored by Sergei Golubchik's avatar Sergei Golubchik

S3 compilation error on x86

parent 7c0cf204
...@@ -986,7 +986,7 @@ int s3_get_object(ms3_st *s3_client, const char *aws_bucket, ...@@ -986,7 +986,7 @@ int s3_get_object(ms3_st *s3_client, const char *aws_bucket,
block->str= block->alloc_ptr; block->str= block->alloc_ptr;
if (compression) if (compression)
{ {
size_t length; ulong length;
/* If not compressed */ /* If not compressed */
if (!block->str[0]) if (!block->str[0])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment