Author: mlytwyn
Date: Mon Aug 8 23:34:16 2016
New Revision: 40055
URL: http://svn.gna.org/viewcvs/gnustep?rev=40055&view=rev
Log:
Update for redirecting from subsystem:windows application
Modified:
libs/base/branches/gnustep_testplant_branch/Source/NSDistributedNotificationCenter.m
Modified:
libs/base/branches/gnustep_testplant_branch/Source/NSDistributedNotificationCenter.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/NSDistributedNotificationCenter.m?rev=40055&r1=40054&r2=40055&view=diff
==============================================================================
---
libs/base/branches/gnustep_testplant_branch/Source/NSDistributedNotificationCenter.m
(original)
+++
libs/base/branches/gnustep_testplant_branch/Source/NSDistributedNotificationCenter.m
Mon Aug 8 23:34:16 2016
@@ -736,8 +736,8 @@
}
#if defined(__MINGW32__)
NSTask *task = AUTORELEASE([NSTask new]);
- [task setStandardError:[NSFileHandle fileHandleForWritingAtPath:@"CON"]];
- [task setStandardOutput:[NSFileHandle fileHandleForWritingAtPath:@"CON"]];
+ [task setStandardError:[NSFileHandle fileHandleForWritingAtPath:@"NUL"]];
+ [task setStandardOutput:[NSFileHandle fileHandleForWritingAtPath:@"NUL"]];
[task setLaunchPath:cmd];
[task setArguments:args];
[task launch];
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs