Author: mlytwyn
Date: Mon Aug 8 23:32:45 2016
New Revision: 40054
URL: http://svn.gna.org/viewcvs/gnustep?rev=40054&view=rev
Log:
Update for redirecting from subsystem:windows application
Modified:
libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m
Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m?rev=40054&r1=40053&r2=40054&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m Mon Aug
8 23:32:45 2016
@@ -2089,8 +2089,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