mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a typo
This commit is contained in:
parent
700b88bc4d
commit
e87e649991
4
device.c
4
device.c
@ -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: device.c 1.115 2005/12/30 15:41:42 kls Exp $
|
* $Id: device.c 1.116 2006/01/06 12:56:44 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
@ -659,7 +659,7 @@ eSetChannelResult cDevice::SetChannel(const cChannel *Channel, bool LiveView)
|
|||||||
sectionHandler->SetChannel(Channel);
|
sectionHandler->SetChannel(Channel);
|
||||||
sectionHandler->SetStatus(true);
|
sectionHandler->SetStatus(true);
|
||||||
}
|
}
|
||||||
// Start decrypting any PIDs the might have been set in SetChannelDevice():
|
// Start decrypting any PIDs that might have been set in SetChannelDevice():
|
||||||
if (ciHandler)
|
if (ciHandler)
|
||||||
ciHandler->StartDecrypting();
|
ciHandler->StartDecrypting();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user