Skip to content
Snippets Groups Projects
Commit a5fea60e authored by Marcin Wyszynski's avatar Marcin Wyszynski
Browse files

array_length and it's counter types should match

parent 1a2ac33f
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ static VALUE grpc_rb_call_set_metadata(VALUE self, VALUE metadata) {
static int grpc_rb_md_ary_fill_hash_cb(VALUE key, VALUE val, VALUE md_ary_obj) {
grpc_metadata_array *md_ary = NULL;
long array_length;
int i;
long i;
/* Construct a metadata object from key and value and add it */
TypedData_Get_Struct(md_ary_obj, grpc_metadata_array,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment