mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
sorry, typo again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
61927637e8
commit
d061e2aab7
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -467,7 +467,7 @@ char *
|
|||
rb_string_value_ptr(ptr)
|
||||
volatile VALUE *ptr;
|
||||
{
|
||||
return RSTRING(rb_string_value(*ptr))->ptr;
|
||||
return RSTRING(rb_string_value(ptr))->ptr;
|
||||
}
|
||||
|
||||
VALUE
|
||||
|
|
Loading…
Reference in a new issue