mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
226b91598a
commit
fa3d1ca0f4
1 changed files with 1 additions and 0 deletions
1
dir.c
1
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;
|
||||
|
|
Loading…
Reference in a new issue