mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
6494df8f1b
commit
8658db87db
35 changed files with 142 additions and 88 deletions
|
@ -862,7 +862,7 @@ static inline BOOL timerInvalidated(NSTimer *t)
|
|||
NSTimeInterval now;
|
||||
NSDate *earliest = nil;
|
||||
BOOL recheck = YES;
|
||||
NSTimeInterval ei;
|
||||
NSTimeInterval ei = 0;
|
||||
NSTimer *t;
|
||||
NSTimeInterval ti;
|
||||
unsigned i;
|
||||
|
@ -1089,7 +1089,7 @@ static inline BOOL timerInvalidated(NSTimer *t)
|
|||
beforeDate: (NSDate*)limit_date
|
||||
{
|
||||
GSRunLoopCtxt *context;
|
||||
NSTimeInterval ti;
|
||||
NSTimeInterval ti = 0;
|
||||
int timeout_ms;
|
||||
NSString *savedMode = _currentMode;
|
||||
CREATE_AUTORELEASE_POOL(arp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue