From fa3d1ca0f4c29c0f740233ebd5bcdc9d2ddc24d5 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 26 Sep 2018 02:23:21 +0000 Subject: fix "initialize miss". * dir.c (glob_helper): initialize `args.pathtype`. missed at r64810. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dir.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dir.c') diff --git a/dir.c b/dir.c index a6b68bac0e..6ed53afa9f 100644 --- a/dir.c +++ b/dir.c @@ -2150,6 +2150,7 @@ glob_helper( args.baselen = baselen; args.namelen = namelen; args.dirsep = dirsep; + args.pathtype = pathtype; args.flags = flags; args.funcs = funcs; args.arg = arg; -- cgit v1.2.3