mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
misc.
This commit is contained in:
parent
71e107a43f
commit
00f1cb9ba2
@ -2442,11 +2442,10 @@ static int load(ISC_QUAD* blob_id,
|
||||
// new utl
|
||||
inline void setTag(Firebird::ClumpletWriter& dpb, UCHAR tag, const TEXT* value)
|
||||
{
|
||||
if (dpb.find(tag))
|
||||
if (! dpb.find(tag))
|
||||
{
|
||||
return;
|
||||
dpb.insertString(tag, value, strlen(value));
|
||||
}
|
||||
dpb.insertString(tag, value, strlen(value));
|
||||
}
|
||||
|
||||
#ifdef UNIX
|
||||
|
Loading…
Reference in New Issue
Block a user