ICU-1079 fix typo
X-SVN-Rev: 6060
This commit is contained in:
parent
1f52ea04e5
commit
d75536cd92
@ -89,7 +89,7 @@ TransliteratorAlias::~TransliteratorAlias() {
|
||||
|
||||
Transliterator* TransliteratorAlias::create(UParseError& pe,
|
||||
UErrorCode& ec) {
|
||||
if (trans != 0) {
|
||||
if (trans == 0) {
|
||||
return Transliterator::createInstance(aliasID, UTRANS_FORWARD, pe, ec);
|
||||
} else {
|
||||
Transliterator *t = trans;
|
||||
|
Loading…
Reference in New Issue
Block a user