Skip to content

Commit c128106

Browse files
committed
Adjust variable type for rb_block_given_p()
1 parent 8c7f4db commit c128106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5332,7 +5332,7 @@ static VALUE
53325332
env_fetch(int argc, VALUE *argv, VALUE _)
53335333
{
53345334
VALUE key;
5335-
long block_given;
5335+
int block_given;
53365336
const char *nam;
53375337
VALUE env;
53385338

0 commit comments

Comments
 (0)