diff options
Diffstat (limited to 'timer_thread.c')
-rw-r--r-- | timer_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timer_thread.c b/timer_thread.c index e4c8be1..f319426 100644 --- a/timer_thread.c +++ b/timer_thread.c @@ -91,7 +91,7 @@ void cTimerThread::Action(void) } #if VDRVERSNUM > 20300 { - LOCK_TIMERS_READ; + LOCK_TIMERS_WRITE; } #else if (Timers.BeingEdited()) |