From 48a10640e9b9fe51ec7e46d1aa32e29ba16774ca Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 5 Jun 2005 14:44:27 +0200 Subject: Fixed the call to Channels.Unlock() in cEITScanner::Process() --- eitscan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eitscan.c') diff --git a/eitscan.c b/eitscan.c index e69ae055..9c98fff0 100644 --- a/eitscan.c +++ b/eitscan.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: eitscan.c 1.24 2005/05/05 13:05:00 kls Exp $ + * $Id: eitscan.c 1.25 2005/06/05 14:43:29 kls Exp $ */ #include "eitscan.h" @@ -181,9 +181,9 @@ void cEITScanner::Process(void) break; } } + Channels.Unlock(); } lastScan = time(NULL); - Channels.Unlock(); } } } -- cgit v1.2.3