S3 compilation error on x86

This commit is contained in:
Sergei Golubchik 2020-06-17 11:33:14 +02:00
parent 7c0cf20444
commit baff3ba6e3

View file

@ -986,7 +986,7 @@ int s3_get_object(ms3_st *s3_client, const char *aws_bucket,
block->str= block->alloc_ptr;
if (compression)
{
size_t length;
ulong length;
/* If not compressed */
if (!block->str[0])