From d5c46a4ad559c11ea7fac5c175dc5fbc413adc23 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 17 Oct 2003 15:36:13 +0200 Subject: [PATCH] Fixed a typo --- dvbdevice.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dvbdevice.c b/dvbdevice.c index e3335850..fd0a0d0d 100644 --- a/dvbdevice.c +++ b/dvbdevice.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.c 1.66 2003/10/17 13:31:06 kls Exp $ + * $Id: dvbdevice.c 1.67 2003/10/17 15:36:13 kls Exp $ */ #include "dvbdevice.h" @@ -320,6 +320,7 @@ cDvbDevice::cDvbDevice(int n) // Devices that are present on all card types: int fd_frontend = DvbOpen(DEV_DVB_FRONTEND, n, O_RDWR | O_NONBLOCK); + // Devices that are only present on cards with decoders: fd_osd = DvbOpen(DEV_DVB_OSD, n, O_RDWR);