summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-23 08:45:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-23 08:45:59 +0000
commitd061e2aab748052bcdec92fe73920c94b4a0312f (patch)
tree4ce0a60354cdefe85d43cb7c7eb26c0e4c082623
parent61927637e810f20c01a8700da07020d556986b13 (diff)
sorry, typo again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index 72af4dcc83..473eccef7f 100644
--- a/string.c
+++ b/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