summaryrefslogtreecommitdiff
path: root/timer_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'timer_thread.c')
-rw-r--r--timer_thread.c2
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())