From ffdcb77cb18f266133590ba23f18ccfbd78c70da Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Thu, 20 Sep 2001 01:22:06 +0000 Subject: [PATCH] ICU-809 remove UnicodeString::getUChars() X-SVN-Rev: 5831 --- icu4c/source/i18n/ucal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/ucal.cpp b/icu4c/source/i18n/ucal.cpp index 9fd89e4b26..29338a6a18 100644 --- a/icu4c/source/i18n/ucal.cpp +++ b/icu4c/source/i18n/ucal.cpp @@ -32,7 +32,7 @@ ucal_getAvailableTZIDs( int32_t rawOffset, } if(index < count) - retVal = tzs[index]->getUChars(); + retVal = tzs[index]->getBuffer(); else *status = U_INDEX_OUTOFBOUNDS_ERROR;