mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
ylanguage.cpp: fix wrong value in for loop
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e8764be2e
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Origin message was:
------------------
- ylanguage.cpp: fix wrong value in for loop
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -85,8 +85,8 @@ void CLanguage::setLanguage(std::string _language){
|
||||
NeutrinoLanguage->loadConfig(filename, ' ');
|
||||
break;
|
||||
}
|
||||
else if (i == 2) {
|
||||
// load neutrino default language
|
||||
else if (i == 1) {
|
||||
// load neutrino default language (should not happen)
|
||||
NeutrinoLanguage->loadConfig(DATADIR "/neutrino/locale/english.locale", ' ');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user