Applied patch #6677

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27080 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-11-17 13:45:32 +00:00
parent 4e37cbbca4
commit c4a2f62ad0
35 changed files with 142 additions and 88 deletions

View file

@ -1452,7 +1452,7 @@ typedef struct {
me = NSEnumerateMapTable(handles);
while (NSNextMapEnumeratorPair(&me, &dummy, (void**)&handle))
{
if ([handle recvPort] == recvPort)
if ((NSPort*) [handle recvPort] == recvPort)
{
RETAIN(handle);
NSEndMapTableEnumeration(&me);