mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43: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())
|
||||
{
|
||||
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 +
|
||||
message->nod_impure + (ULONG)(IPTR)desc->dsc_address);
|
||||
|
Loading…
Reference in New Issue
Block a user