8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00
This commit is contained in:
asfernandes 2007-05-24 00:39:38 +00:00
parent 5a1dc658ec
commit d34c0cacc5

View File

@ -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);