diff --git a/ChangeLog b/ChangeLog index 520e86b..b5e1e43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2022-10-26 Richard Frith-Macdonald +2022-11-01 Richard Frith-Macdonald * EcAlarmDestination.h: * EcAlarmDestination.m: diff --git a/EcAlarmDestination.m b/EcAlarmDestination.m index 94f6daa..b512f9c 100644 --- a/EcAlarmDestination.m +++ b/EcAlarmDestination.m @@ -574,10 +574,10 @@ { NSDate *begin; - [_thread performSelector: @selector(_timeout:) - onThread: _thread - withObject: nil - waitUntilDone: NO]; + [self performSelector: @selector(_timeout:) + onThread: _thread + withObject: nil + waitUntilDone: NO]; /* Unless we are called recursively, lets wait for a while for * the alarm thread to terminate.