mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/win32.c (NtInitialize): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8e5dee50ea
commit
a70902a5c9
2 changed files with 5 additions and 1 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue