mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Date tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14897 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d678efc4a
commit
770b64bc29
5 changed files with 33 additions and 19 deletions
|
@ -201,6 +201,7 @@ static Class NSDate_class;
|
|||
}
|
||||
else if (_invalidated == NO)
|
||||
{
|
||||
extern NSTimeInterval GSTimeNow();
|
||||
NSTimeInterval now = GSTimeNow();
|
||||
NSTimeInterval nxt = [_date timeIntervalSinceReferenceDate];
|
||||
int inc = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue