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

Origin commit data
------------------
Commit: 9f563d7209
Author: martii <m4rtii@gmx.de>
Date: 2013-11-09 (Sat, 09 Nov 2013)
This commit is contained in:
martii
2013-11-09 16:28:41 +01:00
committed by vanhofen
parent 24eaf93c32
commit 29f0d5f0e7
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