mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
aa22b6658a
commit
fcd680fbf0
Notes:
git
2020-11-18 09:05:43 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ value_to_generic(int type, VALUE src, fiddle_generic *dst)
|
||||||
{
|
{
|
||||||
/* src isn't safe from GC when type is TYPE_CONST_STRING and src
|
/* src isn't safe from GC when type is TYPE_CONST_STRING and src
|
||||||
* isn't String. */
|
* isn't String. */
|
||||||
return rb_fiddle_value_to_generic(type, &src, dst);
|
rb_fiddle_value_to_generic(type, &src, dst);
|
||||||
}
|
}
|
||||||
|
|
||||||
VALUE
|
VALUE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue