mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix port order in NSPortMessage
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21979 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a7f29c00b9
commit
48186a39be
1 changed files with 2 additions and 2 deletions
|
@ -673,8 +673,8 @@ static unsigned wordAlign;
|
|||
NSPortMessage *pm;
|
||||
|
||||
pm = [NSPortMessage allocWithZone: NSDefaultMallocZone()];
|
||||
pm = [pm initWithSendPort: self
|
||||
receivePort: this->rPort
|
||||
pm = [pm initWithSendPort: this->rPort
|
||||
receivePort: self
|
||||
components: this->rItems];
|
||||
[pm setMsgid: this->rId];
|
||||
this->rId = 0;
|
||||
|
|
Loading…
Reference in a new issue