ruby-changes:52833
From: svn <ko1@a...>
Date: Sat, 13 Oct 2018 08:57:48 +0900 (JST)
Subject: [ruby-changes:52833] svn:r65045 (trunk): * expand tabs.
svn 2018-10-13 08:57:44 +0900 (Sat, 13 Oct 2018) New Revision: 65045 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65045 Log: * expand tabs. Modified files: trunk/win32/win32.c Index: win32/win32.c =================================================================== --- win32/win32.c (revision 65044) +++ win32/win32.c (revision 65045) @@ -1252,8 +1252,8 @@ CreateChild(const WCHAR *cmd, const WCHA https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L1252 } RUBY_CRITICAL { - fRet = CreateProcessW(prog, (WCHAR *)cmd, &sa, &sa, - sa.bInheritHandle, dwCreationFlags, NULL, NULL, + fRet = CreateProcessW(prog, (WCHAR *)cmd, &sa, &sa, + sa.bInheritHandle, dwCreationFlags, NULL, NULL, &aStartupInfo, &aProcessInformation); errno = map_errno(GetLastError()); } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/