mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-05-31 09:21:12 +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.h:
|
||||||
* EcAlarmDestination.m:
|
* EcAlarmDestination.m:
|
||||||
|
|
|
@ -574,10 +574,10 @@
|
||||||
{
|
{
|
||||||
NSDate *begin;
|
NSDate *begin;
|
||||||
|
|
||||||
[_thread performSelector: @selector(_timeout:)
|
[self performSelector: @selector(_timeout:)
|
||||||
onThread: _thread
|
onThread: _thread
|
||||||
withObject: nil
|
withObject: nil
|
||||||
waitUntilDone: NO];
|
waitUntilDone: NO];
|
||||||
|
|
||||||
/* Unless we are called recursively, lets wait for a while for
|
/* Unless we are called recursively, lets wait for a while for
|
||||||
* the alarm thread to terminate.
|
* the alarm thread to terminate.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue