1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* win32/win32.c (insert): follow recent changes of globbing.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2008-07-10 08:22:04 +00:00
parent 04969c4a86
commit 52a3897f4f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Jul 10 17:20:50 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (insert): follow recent changes of globbing.
Thu Jul 10 14:09:05 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/coverage/coverage.c (rb_coverage_start): return nil.

View file

@ -1039,7 +1039,7 @@ typedef struct _NtCmdLineElement {
#define NTSTRING 0x4 // element contains a quoted string
static int
insert(const char *path, VALUE vinfo)
insert(const char *path, VALUE vinfo, void *enc)
{
NtCmdLineElement *tmpcurr;
NtCmdLineElement ***tail = (NtCmdLineElement ***)vinfo;