| Index: source/i18n/rbt_data.cpp
|
| diff --git a/source/i18n/rbt_data.cpp b/source/i18n/rbt_data.cpp
|
| index cb949e541e242081ae0d00aa96fb06966aa0898a..e3358bfa725db02a00842437fc1c1b59c79ba7da 100644
|
| --- a/source/i18n/rbt_data.cpp
|
| +++ b/source/i18n/rbt_data.cpp
|
| @@ -42,7 +42,7 @@ TransliterationRuleData::TransliterationRuleData(const TransliterationRuleData&
|
| UErrorCode status = U_ZERO_ERROR;
|
| int32_t i = 0;
|
| variableNames.setValueDeleter(uprv_deleteUObject);
|
| - int32_t pos = -1;
|
| + int32_t pos = UHASH_FIRST;
|
| const UHashElement *e;
|
| while ((e = other.variableNames.nextElement(pos)) != 0) {
|
| UnicodeString* value =
|
|
|