8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Simplification

This commit is contained in:
asfernandes 2005-06-17 01:33:14 +00:00
parent b29d13563a
commit 2cae7d39b7

View File

@ -1731,7 +1731,7 @@ dsql_nod* MAKE_field(dsql_ctx* context, dsql_fld* field, dsql_nod* indices)
if (s)
Firebird::status_exception::raise(tdsql->tsql_status);
if (*((UCHAR*)buffer + sizeof(UCHAR) + sizeof(USHORT))) // CHARSET_LEGACY_SEMANTICS
if (buffer[sizeof(UCHAR) + sizeof(USHORT)]) // CHARSET_LEGACY_SEMANTICS
{
USHORT adjust = 0;
if (node->nod_desc.dsc_dtype == dtype_varying)