Skip to content

Commit baff3ba

Browse files
committed
S3 compilation error on x86
1 parent 7c0cf20 commit baff3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/maria/s3_func.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ int s3_get_object(ms3_st *s3_client, const char *aws_bucket,
986986
block->str= block->alloc_ptr;
987987
if (compression)
988988
{
989-
size_t length;
989+
ulong length;
990990

991991
/* If not compressed */
992992
if (!block->str[0])

0 commit comments

Comments
 (0)