Author: mlytwyn
Date: Wed Aug  3 22:43:02 2016
New Revision: 40050

URL: http://svn.gna.org/viewcvs/gnustep?rev=40050&view=rev
Log:
Patch for output/error redirect

Modified:
    libs/base/branches/gnustep_testplant_branch/Source/NSTask.m

Modified: libs/base/branches/gnustep_testplant_branch/Source/NSTask.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/NSTask.m?rev=40050&r1=40049&r2=40050&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/NSTask.m (original)
+++ libs/base/branches/gnustep_testplant_branch/Source/NSTask.m Wed Aug  3 
22:43:02 2016
@@ -1236,7 +1236,9 @@
     w_args,
     NULL,                              /* proc attrs */
     NULL,                              /* thread attrs */
-    1,                                 /* inherit handles */
+    0,                                 /* inherit handles - you would think 
this should be true but it
+                       it seems that the SetHandleInformation above is all 
that is
+                       needed */
     0
     |CREATE_NO_WINDOW
 /* One would have thought the the CREATE_NO_WINDOW flag should be used,


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to