diff options
Diffstat (limited to 'recstatus.c')
-rw-r--r-- | recstatus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recstatus.c b/recstatus.c index 0b382fd..20a31a6 100644 --- a/recstatus.c +++ b/recstatus.c @@ -107,8 +107,7 @@ void cRecStatusMonitor::Recording(const cDevice *Device, const char *Name, const if (!On) { // must be done in a different thread because we hold timer and scheduling lock here - while (RecdoneThread.Active()) cCondWait::SleepMs(100); // wait before changing filename - RecdoneThread.SetFilename(Filename); + RecdoneThread.SetFilename(Filename); // push_back Filename for processing RecdoneThread.Start(); } } |