Author: dpsimons
Date: Sun Mar 26 19:39:16 2017
New Revision: 40416
URL: http://svn.gna.org/viewcvs/gnustep?rev=40416&view=rev
Log:
fix reversed assignment of fh_stdout in [GSFileHandle initWithStandardOutput]
Modified:
libs/base/branches/gnustep_testplant_branch/ChangeLog
libs/base/branches/gnustep_testplant_branch/Source/win32/GSFileHandle.m
Modified: libs/base/branches/gnustep_testplant_branch/ChangeLog
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/ChangeLog?rev=40416&r1=40415&r2=40416&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/ChangeLog (original)
+++ libs/base/branches/gnustep_testplant_branch/ChangeLog Sun Mar 26
19:39:16 2017
@@ -1,3 +1,8 @@
+2017-03-26 Doug Simons <[email protected]>
+
+ * win32/GSFileHandle.m: Fix reversed assignment of fh_stdout in
+ initWithStandardOutput method.
+
2017-02-22 Doug Simons <[email protected]>
* NSStream.m: Implement the +inputStreamWithURL: method.
Modified:
libs/base/branches/gnustep_testplant_branch/Source/win32/GSFileHandle.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/win32/GSFileHandle.m?rev=40416&r1=40415&r2=40416&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/win32/GSFileHandle.m
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/win32/GSFileHandle.m
Sun Mar 26 19:39:16 2017
@@ -1085,7 +1085,7 @@
{
if (fh_stdout != nil)
{
- ASSIGN(fh_stdout, self);
+ ASSIGN(self, fh_stdout);
}
else
{
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs