fix for tcp/ip ports

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28363 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-06-19 20:19:55 +00:00
parent 366f2eeca1
commit 6933ec09ad
4 changed files with 20 additions and 3 deletions

View file

@ -562,7 +562,7 @@ static const NSMapTableValueCallBacks WatcherMapValueCallBacks =
NSDebugMLLog(@"NSRunLoop", @"Event callback found");
[watcher->receiver receivedEvent: watcher->data
type: watcher->type
extra: watcher->data
extra: (void*)handle
forMode: mode];
}