system/localize: change memory allocation, no user-visible changes

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f563d7209
Author: martii <m4rtii@gmx.de>
Date: 2013-11-09 (Sat, 09 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-11-09 16:28:41 +01:00
committed by vanhofen
parent 0a6202d57f
commit 8b22f580a2
2 changed files with 49 additions and 40 deletions

View File

@@ -51,6 +51,9 @@ class CLocaleManager
private:
char * * localeData;
char * * defaultData;
char * localeDataMem;
char * defaultDataMem;
public:
enum loadLocale_ret_t