mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
fix epg Lang selection
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1535 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -114,7 +114,7 @@ bool SIlanguage::loadLanguages()
|
|||||||
pthread_mutex_lock(&languages_lock);
|
pthread_mutex_lock(&languages_lock);
|
||||||
std::ifstream file(LANGUAGEFILE);
|
std::ifstream file(LANGUAGEFILE);
|
||||||
std::string word;
|
std::string word;
|
||||||
CSectionsdClient::SIlanguageMode_t tmpMode = CSectionsdClient::LANGUAGE_MODE_OFF;
|
CSectionsdClient::SIlanguageMode_t tmpMode = CSectionsdClient::FIRST_ALL;
|
||||||
std::vector<std::string> tmpLang;
|
std::vector<std::string> tmpLang;
|
||||||
|
|
||||||
if (!(file >> word)) goto error;
|
if (!(file >> word)) goto error;
|
||||||
|
Reference in New Issue
Block a user