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