mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-05-30 00:40:42 +00:00
swend message to correct object
This commit is contained in:
parent
41d5fd1d26
commit
f302d89e0b
2 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue