summaryrefslogtreecommitdiff
path: root/dvbci.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-14 11:39:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-14 11:39:55 +0100
commit1ddda558b03078b23051bef8f3969c0d45d5ce7f (patch)
treee7b4fb17ed30fdb679837fffdf0d40dfa4f7eda9 /dvbci.c
parentdb47cdaa1a0c7f57fc826d7906a01e5e98dd719a (diff)
downloadvdr-1ddda558b03078b23051bef8f3969c0d45d5ce7f.tar.gz
vdr-1ddda558b03078b23051bef8f3969c0d45d5ce7f.tar.bz2
Modified the descriptions of several threads
Diffstat (limited to 'dvbci.c')
-rw-r--r--dvbci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbci.c b/dvbci.c
index 744b116b..fa65f0f6 100644
--- a/dvbci.c
+++ b/dvbci.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbci.c 1.1 2007/01/07 14:38:00 kls Exp $
+ * $Id: dvbci.c 3.1 2015/01/14 11:13:49 kls Exp $
*/
#include "dvbci.h"
@@ -17,7 +17,7 @@
cDvbCiAdapter::cDvbCiAdapter(cDevice *Device, int Fd)
{
device = Device;
- SetDescription("CI adapter on device %d", device->DeviceNumber());
+ SetDescription("device %d CI adapter", device->DeviceNumber());
fd = Fd;
ca_caps_t Caps;
if (ioctl(fd, CA_GET_CAP, &Caps) == 0) {