aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win32/win32.c2
2 files changed, 5 insertions, 1 deletions
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 <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.
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;