mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-3969 errorCode was not initialized
X-SVN-Rev: 16273
This commit is contained in:
parent
35591b2f7a
commit
c876971e64
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ UnicodeString::caseMap(BreakIterator *titleIter,
|
|||
|
||||
UErrorCode errorCode;
|
||||
|
||||
errorCode = U_ZERO_ERROR;
|
||||
UCaseProps *csp=ucase_getSingleton(&errorCode);
|
||||
if(U_FAILURE(errorCode)) {
|
||||
setToBogus();
|
||||
|
|
Loading…
Add table
Reference in a new issue