diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-19 19:59:05 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-19 19:59:05 +0000 |
| commit | e128ab84e720068a36530a0dab1426f893697247 (patch) | |
| tree | 1993c062b9d6510e8dbc8dcd0d850d7d6b830e18 /lib/dvb_ci/dvbci.cpp | |
| parent | eb6aa32e811a52a604ff00eb8e84932e3c86e598 (diff) | |
| download | enigma2-e128ab84e720068a36530a0dab1426f893697247.tar.gz enigma2-e128ab84e720068a36530a0dab1426f893697247.zip | |
fix python part of ePythonConfig::getConfigQuery... so now default ac3 and 5V
on Terrestrial Tuner are working again
Diffstat (limited to 'lib/dvb_ci/dvbci.cpp')
| -rw-r--r-- | lib/dvb_ci/dvbci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index d95f6832..b074342e 100644 --- a/lib/dvb_ci/dvbci.cpp +++ b/lib/dvb_ci/dvbci.cpp @@ -221,7 +221,7 @@ void eDVBCIInterfaces::ciRemoved(eDVBCISlot *slot) static bool canDescrambleMultipleServices(int slotid) { char configStr[255]; - snprintf(configStr, 255, "config.ci%d.canDescrambleMultipleServices", slotid); + snprintf(configStr, 255, "config.ci.%d.canDescrambleMultipleServices", slotid); std::string str; ePythonConfigQuery::getConfigValue(configStr, str); if ( str == "auto" ) |
