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 357e681408..160a46dd25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 18 13:40:48 2005 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (NtInitialize): fix typo.
+
Wed May 18 11:07:47 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]
diff --git a/win32/win32.c b/win32/win32.c
index dc4d2848ee..3e126e64fc 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -424,7 +424,7 @@ NtInitialize(int *argc, char ***argv)
//
// subvert cmd.exe's feeble attempt at command line parsing
//
- *argc = make_cmdvector(GetCommandLine(), argv);
+ *argc = rb_w32_cmdvector(GetCommandLine(), argv);
//
// Now set up the correct time stuff