More port stuff - unfinished

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6116 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-02-26 07:46:31 +00:00
parent aba3cfc464
commit a514ec0648
5 changed files with 255 additions and 60 deletions

View file

@ -534,8 +534,8 @@ static NSComparisonResult aSort(GSIArrayItem i0, GSIArrayItem i1)
/* Create new object to hold information. */
info = [[GSRunLoopWatcher alloc] initWithType: type
receiver: watcher
data: data];
receiver: watcher
data: data];
/* Add the object to the array for the mode. */
[self _addWatcher: info forMode: mode];
RELEASE(info); /* Now held in array. */