From 1b4da8a065ba6ad83644ef44a57cfc0e1fc9f740 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 19 Feb 2001 21:25:31 +0000 Subject: [PATCH] ICU-388 add new error code to putil.c for u_errorName() X-SVN-Rev: 3674 --- icu4c/source/common/putil.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/common/putil.c b/icu4c/source/common/putil.c index 6fab3afb25..fb29f9c1ae 100644 --- a/icu4c/source/common/putil.c +++ b/icu4c/source/common/putil.c @@ -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 *