diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2010-03-24 23:18:40 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2010-03-24 23:18:40 +0100 |
commit | 76282db1beef05768af13bd3c2b8f503f03b8df6 (patch) | |
tree | a74f09bfd52e7f4ff93d0c0f06168c51021101d4 | |
parent | 5055546e40d4171a7f67689a3ea0b103d60b762b (diff) | |
download | vdr-plugin-pvrinput-76282db1beef05768af13bd3c2b8f503f03b8df6.tar.gz vdr-plugin-pvrinput-76282db1beef05768af13bd3c2b8f503f03b8df6.tar.bz2 |
Correct small typo
-rw-r--r-- | device.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ cPvrDevice::cPvrDevice(int DeviceNumber) This was fixed in v4l-dvb hg in 01/2009 and will hopefully be in Kernel 2.6.30*/ SupportsSlicedVBI = true; VBIDeviceCount++; - log(pvrDEBUG1, "%s supports sliced VBI Capture, total number of VBI capable devices is now &d", *devName, VBIDeviceCount); + log(pvrDEBUG1, "%s supports sliced VBI Capture, total number of VBI capable devices is now %d", *devName, VBIDeviceCount); } if (video_vcap.capabilities & V4L2_CAP_VIDEO_OUTPUT_OVERLAY) hasDecoder = true; //can only be a PVR350 |