Commit 9e93c40b by Sebastián Katzer

Fix wasInThePast

parent 9f00e878
...@@ -143,7 +143,7 @@ static char optionsKey; ...@@ -143,7 +143,7 @@ static char optionsKey;
*/ */
- (BOOL) wasInThePast - (BOOL) wasInThePast
{ {
return [self timeIntervalSinceFireDate] < 0; return [self timeIntervalSinceFireDate] > 0;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment