diff --git a/src/jrd/intl.cpp b/src/jrd/intl.cpp index 64e6cc20c4..d991b9b455 100644 --- a/src/jrd/intl.cpp +++ b/src/jrd/intl.cpp @@ -242,7 +242,8 @@ bool CharSetContainer::lookupInternalCharSet(USHORT id, SubtypeInfo* info) info->charsetName = "UTF16"; return true; } - else if (id > ttype_last_internal) + + if (id > ttype_last_internal) return false; // ASF: This linear lookup appears slow, but it should be cached per database so should not