mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43:03 +01:00
Simplification
This commit is contained in:
parent
b29d13563a
commit
2cae7d39b7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user