mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
system/localize: change memory allocation, no user-visible changes
This commit is contained in:
@@ -51,6 +51,9 @@ class CLocaleManager
|
||||
private:
|
||||
char * * localeData;
|
||||
char * * defaultData;
|
||||
|
||||
char * localeDataMem;
|
||||
char * defaultDataMem;
|
||||
|
||||
public:
|
||||
enum loadLocale_ret_t
|
||||
|
Reference in New Issue
Block a user