summaryrefslogtreecommitdiffstats
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
commit598c616ee257cabc74c37c652c343d8aed817c10 (patch)
tree4ce0a60354cdefe85d43cb7c7eb26c0e4c082623
parentc0a66b9633cd0a51ddaa34f57183fd4b1c8b1068 (diff)
downloadruby-598c616ee257cabc74c37c652c343d8aed817c10.tar.gz
ruby-598c616ee257cabc74c37c652c343d8aed817c10.tar.xz
ruby-598c616ee257cabc74c37c652c343d8aed817c10.zip
sorry, typo again.
git-svn-id: http://svn.ruby-lang.org/repos/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 72af4dcc8..473eccef7 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