diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-24 20:23:15 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-24 20:23:15 +0000 |
| commit | 4dfae02c457922170d52822bed2c80bd82152d3f (patch) | |
| tree | ccd208412c43081d86e2b69afdaca7dfe5c5a195 /lib/dvb/esection.h | |
| parent | b01fc2936579542c4362de659739367fb843d673 (diff) | |
| download | enigma2-4dfae02c457922170d52822bed2c80bd82152d3f.tar.gz enigma2-4dfae02c457922170d52822bed2c80bd82152d3f.zip | |
small fix
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)", |
