From 1dc187021f8bfcbb83bd95a1b0317c9ab2c6f023 Mon Sep 17 00:00:00 2001 From: eban Date: Wed, 21 Mar 2001 04:18:10 +0000 Subject: rb_iglob -> rb_globi git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') 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); -- cgit