mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-353 const char * please.
X-SVN-Rev: 1795
This commit is contained in:
parent
6d4fac5fab
commit
55cc3f3d3f
1 changed files with 1 additions and 1 deletions
|
@ -1516,7 +1516,7 @@ const char* uprv_getDefaultCodepage()
|
|||
static char codesetName[100];
|
||||
char *name = NULL;
|
||||
char *euro = NULL;
|
||||
char *localeName = NULL;
|
||||
const char *localeName = NULL;
|
||||
const char *defaultTable = NULL;
|
||||
|
||||
uprv_memset(codesetName, 0, 100);
|
||||
|
|
Loading…
Add table
Reference in a new issue