mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- localize.cpp: fix LOCALEDIR_VAR
This commit is contained in:
@@ -108,7 +108,7 @@ CLocaleManager::~CLocaleManager()
|
|||||||
::free(defaultDataMem);
|
::free(defaultDataMem);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define LOCALEDIR_VAR "/var/tuxbox/locale"
|
#define LOCALEDIR_VAR "/var/tuxbox/locale/"
|
||||||
const char * path[2] = { LOCALEDIR_VAR, DATADIR "/neutrino/locale/"};
|
const char * path[2] = { LOCALEDIR_VAR, DATADIR "/neutrino/locale/"};
|
||||||
|
|
||||||
CLocaleManager::loadLocale_ret_t CLocaleManager::loadLocale(const char * const locale, bool asdefault)
|
CLocaleManager::loadLocale_ret_t CLocaleManager::loadLocale(const char * const locale, bool asdefault)
|
||||||
|
Reference in New Issue
Block a user