summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-21 04:18:10 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-21 04:18:10 +0000
commit7aaceb6d9a498f0987ef376ef06736fba4b482a8 (patch)
tree2748978b9c4c4cf11228ed0ea31f0492b19b6fdf /util.c
parent9ea56f8efe520e8c4b426ad1d13c9119a40d0b8a (diff)
rb_iglob -> rb_globi
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 5a1d3c7644..75889dcb15 100644
--- a/util.c
+++ b/util.c
@@ -350,7 +350,7 @@ __crt0_glob_function(char *path)
info.count = 0;
info.head = 0;
- rb_iglob(buf, push_element, (VALUE)&info);
+ rb_globi(buf, push_element, (VALUE)&info);
if (buf != path_buffer)
ruby_xfree(buf);