mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Misc.
This commit is contained in:
parent
710556257c
commit
2466e2b65c
@ -514,7 +514,7 @@ static bool isPermanentBlob(const dsc& src)
|
||||
{
|
||||
if (src.isBlob())
|
||||
{
|
||||
const bid* srcBlobID = reinterpret_cast<bid*> (src.dsc_address);
|
||||
const bid* srcBlobID = reinterpret_cast<bid*>(src.dsc_address);
|
||||
return (srcBlobID->bid_internal.bid_relation_id != 0);
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user