ICU-388 add new error code to putil.c for u_errorName()
X-SVN-Rev: 3674
This commit is contained in:
parent
649525f581
commit
1b4da8a065
@ -1892,7 +1892,8 @@ u_getVersion(UVersionInfo versionArray) {
|
||||
static const char *
|
||||
_uErrorInfoName[U_ERROR_INFO_LIMIT-U_ERROR_INFO_START]={
|
||||
"U_USING_FALLBACK_ERROR",
|
||||
"U_USING_DEFAULT_ERROR"
|
||||
"U_USING_DEFAULT_ERROR",
|
||||
"U_SAFECLONE_ALLOCATED_ERROR"
|
||||
};
|
||||
|
||||
static const char *
|
||||
|
Loading…
Reference in New Issue
Block a user