diff --git a/ChangeLog b/ChangeLog index 8273fe6ed6..d6433a0b3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 10 17:20:50 2008 NAKAMURA Usaku + + * win32/win32.c (insert): follow recent changes of globbing. + Thu Jul 10 14:09:05 2008 Nobuyoshi Nakada * ext/coverage/coverage.c (rb_coverage_start): return nil. diff --git a/win32/win32.c b/win32/win32.c index dec12eb8d2..c4521b0e16 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -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;