8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
alexpeshkoff 2007-10-18 11:59:15 +00:00
parent 5b99b29c7f
commit 577b0b7e35

View File

@ -598,7 +598,9 @@ CharSetContainer* CharSetContainer::lookupCharset(thread_db* tdbb, SSHORT ttype)
FB_NEW(*dbb->dbb_permanent) CharSetContainer(*dbb->dbb_permanent, id, &info);
}
else
{
ERR_post(isc_text_subtype, isc_arg_number, (ISC_STATUS) ttype, 0);
}
}
return cs;
@ -753,8 +755,10 @@ TextType* CharSetContainer::lookupCollation(thread_db* tdbb, USHORT tt_id)
}
}
}
else
else
{
ERR_post(isc_text_subtype, isc_arg_number, (ISC_STATUS) tt_id, 0);
}
return charset_collations[id];
}