mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Updates for 1.19.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28586 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
377d3fd4c4
commit
8b41f65369
5 changed files with 35 additions and 7 deletions
|
@ -97,7 +97,6 @@ static Class NSDate_class;
|
|||
{
|
||||
ti = 0.0001;
|
||||
}
|
||||
_interval = ti;
|
||||
if (fd == nil)
|
||||
{
|
||||
_date = [[NSDate_class allocWithZone: NSDefaultMallocZone()]
|
||||
|
@ -111,7 +110,11 @@ static Class NSDate_class;
|
|||
_selector = selector;
|
||||
_info = RETAIN(info);
|
||||
_repeats = f;
|
||||
if (_repeats == NO)
|
||||
if (_repeats == YES)
|
||||
{
|
||||
_interval = ti;
|
||||
}
|
||||
else
|
||||
{
|
||||
_interval = 0.0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue