mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Bugfix counting ntimes a descriptor is added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3331 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b989d6d056
commit
028db83b44
1 changed files with 1 additions and 3 deletions
|
@ -594,10 +594,8 @@ static int debug_run_loop = 0;
|
|||
info = [[RunLoopWatcher alloc] initWithType: type
|
||||
receiver: watcher
|
||||
data: data];
|
||||
/* Add the object to the array for the mode and keep count. */
|
||||
/* Add the object to the array for the mode. */
|
||||
[self _addWatcher:info forMode:mode];
|
||||
info->count++;
|
||||
|
||||
[info release]; /* Now held in array. */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue