diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-03 08:31:47 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-03 08:31:47 +0000 |
| commit | 95c18af0a727adb740ef83bb370bd46f0f19edd3 (patch) | |
| tree | c3a96a15266f1669d55143782e228d737e6c4782 /lib/dvb/epgcache.cpp | |
| parent | 0dfd6c99665799e9ee7fff6c34551f313bf98fd6 (diff) | |
| download | enigma2-95c18af0a727adb740ef83bb370bd46f0f19edd3.tar.gz enigma2-95c18af0a727adb740ef83bb370bd46f0f19edd3.zip | |
fix typo, add tsid correction
Diffstat (limited to 'lib/dvb/epgcache.cpp')
| -rw-r--r-- | lib/dvb/epgcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index 4b4e6a88..6767c4ad 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -2503,7 +2503,7 @@ void eEPGCache::privateSectionRead(const uniqueEPGKey ¤t_service, const __ case 0x0300f5: sid = 0xdc; break; case 0x0400d2: sid = 0xe2; tsid = 0x11; break; case 0x1100d3: sid = 0xe3; break; - case 0x0100e4: sid = 0xe4; break; + case 0x0100d4: sid = 0xe4; tsid = 4; break; } } //////////////////////////////////////////// |
