From f302d89e0b065d97f75589d46cc797271eefb84e Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Tue, 1 Nov 2022 16:11:22 +0000 Subject: [PATCH] swend message to correct object --- ChangeLog | 2 +- EcAlarmDestination.m | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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.