mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix error sending NSPortMessage objects which have not reserved space in their first component.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25811 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0dbc8c967e
commit
43e228fade
3 changed files with 9 additions and 0 deletions
|
@ -1843,6 +1843,7 @@ typedef struct {
|
|||
* a maximum of NETBLOCK bytes. This is to try to get a single,
|
||||
* efficient write operation if possible.
|
||||
*/
|
||||
c = [components count];
|
||||
for (i = 1; i < c; i++)
|
||||
{
|
||||
id o = [components objectAtIndex: i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue