8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 20:43:03 +01:00
This commit is contained in:
robocop 2009-12-01 10:28:35 +00:00
parent 3ff0a522f5
commit 4972c03874

View File

@ -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