diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2019-05-28 15:54:22 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2019-05-28 15:54:22 +0200 |
commit | c2634a7ccf815bedc26671b803dc571f0544fc73 (patch) | |
tree | a1624fe6c0da3ffbdbbbd3d37f4dfd4b1b645e79 /mtd.h | |
parent | e8ae4afd0961cc93cbca3830fe065f6da9d806c9 (diff) | |
download | vdr-c2634a7ccf815bedc26671b803dc571f0544fc73.tar.gz vdr-c2634a7ccf815bedc26671b803dc571f0544fc73.tar.bz2 |
Fixed inconsistent behavior in case only certain devices are used (selected by the '-D' option)
Diffstat (limited to 'mtd.h')
-rw-r--r-- | mtd.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: mtd.h 1.8 2017/05/01 09:19:21 kls Exp $ + * $Id: mtd.h 1.9 2019/05/28 15:00:10 kls Exp $ */ #ifndef __MTD_H @@ -136,9 +136,9 @@ public: ///< Tells all active MTD CAM slots to cancel activation. bool IsActivating(void); ///< Returns true if any of the active MTD CAM slots is currently activating. - bool Devices(cVector<int> &CardIndexes); - ///< Adds the card indexes of the devices of any active MTD CAM slots to - ///< the given CardIndexes. + bool Devices(cVector<int> &DeviceNumbers); + ///< Adds the numbers of the devices of any active MTD CAM slots to + ///< the given DeviceNumbers. ///< Returns true if the array is not empty. void UnAssignAll(void); ///< Unassigns all MTD CAM slots from their devices. |