mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a missing blank
This commit is contained in:
parent
a09f209122
commit
8c71aab9bc
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: sections.c 1.4 2004/01/11 13:22:13 kls Exp $
|
* $Id: sections.c 1.5 2004/02/07 15:51:57 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sections.h"
|
#include "sections.h"
|
||||||
@ -133,7 +133,7 @@ void cSectionHandler::Detach(cFilter *Filter)
|
|||||||
void cSectionHandler::SetChannel(const cChannel *Channel)
|
void cSectionHandler::SetChannel(const cChannel *Channel)
|
||||||
{
|
{
|
||||||
Lock();
|
Lock();
|
||||||
shp->channel = Channel? *Channel : cChannel();
|
shp->channel = Channel ? *Channel : cChannel();
|
||||||
Unlock();
|
Unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user