swend message to correct object

This commit is contained in:
Richard Frith-Macdonald 2022-11-01 16:11:22 +00:00
parent 41d5fd1d26
commit f302d89e0b
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
2022-10-26 Richard Frith-Macdonald <rfm@gnu.org>
2022-11-01 Richard Frith-Macdonald <rfm@gnu.org>
* EcAlarmDestination.h:
* EcAlarmDestination.m:

View file

@ -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.