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:
Richard Frith-Macdonald 2005-11-09 20:17:05 +00:00
parent a7f29c00b9
commit 48186a39be

View file

@ -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;