From 3d74cbf575a750698dbcb045fc7f364364076a93 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 10 Jul 2008 08:22:04 +0000 Subject: * win32/win32.c (insert): follow recent changes of globbing. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/win32.c b/win32/win32.c index dec12eb8d..c4521b0e1 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; -- cgit