1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-06-23 08:45:09 +00:00
parent 69459d98ef
commit 61927637e8

View file

@ -467,7 +467,7 @@ char *
rb_string_value_ptr(ptr)
volatile VALUE *ptr;
{
return RSTRING(rb_string_value(s))->ptr;
return RSTRING(rb_string_value(*ptr))->ptr;
}
VALUE