summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-23 08:45:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-23 08:45:09 +0000
commit61927637e810f20c01a8700da07020d556986b13 (patch)
tree908d6ef32e0c7f64ae4747c2f3aaaeac1f36f382 /string.c
parent69459d98ef81c26291d8504dbcd904eda71e7e31 (diff)
typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index 15b68374f8..72af4dcc83 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(s))->ptr;
+ return RSTRING(rb_string_value(*ptr))->ptr;
}
VALUE