mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Minor fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8920 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
49e577f027
commit
a1caa1d028
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ if ([(NSDate*) [NSCalendarDate date] compare:
|
|||
b = [NSDate dateWithTimeIntervalSinceReferenceDate: 300];
|
||||
printf("+[dateWithTimeIntervalSinceReferenceDate: 300] -- %s\n",
|
||||
[DESCRIP(b) cString]);
|
||||
b = [NSDate dateWithTimeIntervalSinceNow: 24*60*40];
|
||||
printf("+[dateWithTimeIntervalSinceNow: 0] -- %s\n",
|
||||
[DESCRIP(b) cString]);
|
||||
|
||||
// Comparisons
|
||||
|
||||
|
|
Loading…
Reference in a new issue