summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-10 08:22:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-10 08:22:04 +0000
commit52a3897f4f84cc53f1d258916a132a0ab04a6dd8 (patch)
tree6701dbba3221391761f5d0f6ed9c2f8fd52cc4b7 /win32
parent04969c4a8612e78a9d96a978f703d61c9fc354bb (diff)
* 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
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
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;