mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Misc
This commit is contained in:
parent
5a1dc658ec
commit
d34c0cacc5
@ -954,7 +954,7 @@ void EXE_send(thread_db* tdbb,
|
|||||||
}
|
}
|
||||||
else if (desc->isBlob())
|
else if (desc->isBlob())
|
||||||
{
|
{
|
||||||
if (/*desc->dsc_address &&*/ desc->getCharSet() != CS_NONE && desc->getCharSet() != CS_BINARY)
|
if (desc->getCharSet() != CS_NONE && desc->getCharSet() != CS_BINARY)
|
||||||
{
|
{
|
||||||
const Jrd::bid* bid = (Jrd::bid*) ((UCHAR*)request +
|
const Jrd::bid* bid = (Jrd::bid*) ((UCHAR*)request +
|
||||||
message->nod_impure + (ULONG)(IPTR)desc->dsc_address);
|
message->nod_impure + (ULONG)(IPTR)desc->dsc_address);
|
||||||
|
Loading…
Reference in New Issue
Block a user