diff options
Diffstat (limited to 'lib/dvb/esection.h')
| -rw-r--r-- | lib/dvb/esection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/esection.h b/lib/dvb/esection.h index 88c652a0..d7fd728a 100644 --- a/lib/dvb/esection.h +++ b/lib/dvb/esection.h @@ -40,7 +40,7 @@ private: protected: int createTable(int nr, const __u8 *data, unsigned int max) { - int ssize = sections.size(); + unsigned int ssize = sections.size(); if (max < ssize || nr >= max) { eDebug("kaputt max(%d) < ssize(%d) || nr(%d) >= max(%d)", |
