mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: eb15acf1f3
Author: [CST] Lucian <lucian@coolstreamtech.com>
Date: 2011-06-09 (Thu, 09 Jun 2011)
------------------
This commit was generated by Migit
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