summaryrefslogtreecommitdiffstats
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
commit1dc187021f8bfcbb83bd95a1b0317c9ab2c6f023 (patch)
tree2748978b9c4c4cf11228ed0ea31f0492b19b6fdf /util.c
parentbbef5ed36272e5fd5338b7cd0c6454b7fe8d3559 (diff)
downloadruby-1dc187021f8bfcbb83bd95a1b0317c9ab2c6f023.tar.gz
ruby-1dc187021f8bfcbb83bd95a1b0317c9ab2c6f023.tar.xz
ruby-1dc187021f8bfcbb83bd95a1b0317c9ab2c6f023.zip
rb_iglob -> rb_globi
git-svn-id: http://svn.ruby-lang.org/repos/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 5a1d3c764..75889dcb1 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);
OSZAR »