Bugfix for removing actions from runloop

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6045 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-02-21 14:38:12 +00:00
parent fb65f2b8b6
commit f80442c11b
4 changed files with 10 additions and 4 deletions

View file

@ -154,7 +154,7 @@ NSString *NSPortTimeoutException
}
- (BOOL) sendBeforeDate: (NSDate*)when
components: (NSArray*)components
components: (NSMutableArray*)components
from: (NSPort*)receivingPort
reserved: (unsigned) length
{