mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed NumberedSection::moreThanOneSection()
This commit is contained in:
parent
2bf718b62f
commit
a8482ae3ff
@ -6,7 +6,7 @@
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
* $Id: si.h 1.3 2003/12/25 13:30:56 kls Exp $
|
||||
* $Id: si.h 1.4 2004/01/05 14:54:55 kls Exp $
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
@ -207,7 +207,7 @@ public:
|
||||
int getVersionNumber() const;
|
||||
int getSectionNumber() const;
|
||||
int getLastSectionNumber() const;
|
||||
bool moreThanOneSection() const { return getLastSectionNumber()>1; }
|
||||
bool moreThanOneSection() const { return getLastSectionNumber()>0; }
|
||||
};
|
||||
|
||||
class VariableLengthPart : public Object {
|
||||
|
Loading…
Reference in New Issue
Block a user